home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / IPOMSHRR.XML < prev    next >
Extensible Markup Language  |  2006-09-04  |  206KB  |  2,106 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>Microsoft.Office.InfoPath</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:Microsoft.Office.InfoPath">
  8.             <summary>The types and members of the Microsoft.Office.InfoPath namespace provide a core set of functionality for creating custom business logic in Microsoft Office InfoPath 2007 form templates. When deployed to Microsoft Office Forms Server 2007 or to an appropriately configured document library in Office SharePoint Server 2007, business logic created using this object model will run in both a Web browser and in Office InfoPath 2007. Optionally, you can write business logic that uses an additional level of functionality available from this object model that will run only in form templates opened for editing in Office InfoPath 2007. </summary>
  9.         </member>
  10.         <member name="T:Microsoft.Office.InfoPath.ActionType">
  11.             <summary>Specifies the editing command to be performed by the <see cref="M:Microsoft.Office.InfoPath.View.ExecuteAction(Microsoft.Office.InfoPath.ActionType)"></see> method.</summary>
  12.         </member>
  13.         <member name="F:Microsoft.Office.InfoPath.ActionType.Copy">
  14.             <summary>Copies the selected data to the clipboard. </summary>
  15.         </member>
  16.         <member name="F:Microsoft.Office.InfoPath.ActionType.Cut">
  17.             <summary>Removes the selected data and copies it to the clipboard.</summary>
  18.         </member>
  19.         <member name="F:Microsoft.Office.InfoPath.ActionType.Delete">
  20.             <summary>Deletes the selected data.</summary>
  21.         </member>
  22.         <member name="F:Microsoft.Office.InfoPath.ActionType.Paste">
  23.             <summary>Copies data from the clipboard to the insertion point.</summary>
  24.         </member>
  25.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionInsert">
  26.             <summary>Inserts data based on the selected context using the xCollection editing component. If current selection is within a container of the xCollection, specified by its xmlToEdit element in the .xsf, then the fragmentToInsert element data is appended within that container.</summary>
  27.         </member>
  28.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionInsertAfter">
  29.             <summary>Inserts data after the selected context using the xCollection editing component. If current selection is within an item of the xCollection, as specified by its xmlToEdit element in the .xsf, then the fragmentToInsert element data is inserted after that item.</summary>
  30.         </member>
  31.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionInsertBefore">
  32.             <summary>Inserts data before the selected context using the xCollection editing component. If current selection is within an item of the xCollection, as specified by its xmlToEdit element in the .xsf, then the fragmentToInsert element data is inserted before that item.</summary>
  33.         </member>
  34.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionRefreshFilter">
  35.             <summary>Refreshes the filter for the selected Repeating Table or Repeating Section control using the xCollection editing component.</summary>
  36.         </member>
  37.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionRemove">
  38.             <summary>Deletes data from the selected context using the xCollection editing component. If current selection is within an item of the xCollection, as specified by its xmlToEdit element in the .xsf, then that item is deleted.</summary>
  39.         </member>
  40.         <member name="F:Microsoft.Office.InfoPath.ActionType.XCollectionRemoveAll">
  41.             <summary>Deletes all data contained within the selected context using the xCollection editing component. If current selection is within a container of the xCollection, as specified by the xmlToEdit element in the .xsf, then this action deletes all the items within that container.</summary>
  42.         </member>
  43.         <member name="F:Microsoft.Office.InfoPath.ActionType.XFileAttachmentAttach">
  44.             <summary>Opens the Attach File dialog box to specify the file to attach for the selected File Attachment control using the xFileAttachment editing component.</summary>
  45.         </member>
  46.         <member name="F:Microsoft.Office.InfoPath.ActionType.XFileAttachmentOpen">
  47.             <summary>Opens the file attached to the selected File Attachment control using the xFileAttachment editing component. The form template must be configured as Full Trust for this editing command to succeed.</summary>
  48.         </member>
  49.         <member name="F:Microsoft.Office.InfoPath.ActionType.XFileAttachmentRemove">
  50.             <summary>Removes the file attached to the selected File Attachment control using the xFileAttachment editing component.</summary>
  51.         </member>
  52.         <member name="F:Microsoft.Office.InfoPath.ActionType.XFileAttachmentSaveAs">
  53.             <summary>Opens the Save As dialog box to specify where to save the file attached to the selected File Attachment control using the xFileAttachment editing component.</summary>
  54.         </member>
  55.         <member name="F:Microsoft.Office.InfoPath.ActionType.XOptionalInsert">
  56.             <summary>Inserts data based on the selected context using the xOptional editing component. If current selection is within a container of the xOptional, as specified by its xmlToEdit element in the .xsf, then the fragmentToInsert element data is appended within that container.</summary>
  57.         </member>
  58.         <member name="F:Microsoft.Office.InfoPath.ActionType.XOptionalRemove">
  59.             <summary>Deletes data from the selected context using the xOptional editing component. If current selection is within an item of the xOptional, as specified by its xmlToEdit element in the .xsf, then that item is deleted.</summary>
  60.         </member>
  61.         <member name="F:Microsoft.Office.InfoPath.ActionType.XReplaceReplace">
  62.             <summary>Replaces the data in the selected context using the xReplace editing component. If current selection is within an item of the xReplace, as specified by its xmlToEdit element in the .xsf, then that item is replaced by the fragmentToInsert element data.</summary>
  63.         </member>
  64.         <member name="T:Microsoft.Office.InfoPath.AdoQueryConnection">
  65.             <summary>Represents a connection for retrieving data from a Microsoft Access or Microsoft SQL Server database.</summary>
  66.         </member>
  67.         <member name="M:Microsoft.Office.InfoPath.AdoQueryConnection.BuildSqlFromXmlNodes(System.Xml.XPath.XPathNavigator)">
  68.             <summary>Returns a SQL command text fragment parsed from the specified XML node that contains query fields values.</summary>
  69.             <returns>A WHERE clause built from the query fields values in the specified node.</returns>
  70.             <param name="input">An <see cref="T:System.Xml.XPathNavigator"></see> that is positioned at the dfs:queryFields XML node that contains the query field values to be converted to an SQL fragment.</param>
  71.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  72.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  73.             <exception cref="System.InvalidOperationException">One of the following conditions has occurred:The SQL command string generated from the input node cannot be parsed.The input node is not a table of query field values.The input node contains columns (XML attributes) that are not present in the data source that is being queried.</exception>
  74.         </member>
  75.         <member name="P:Microsoft.Office.InfoPath.AdoQueryConnection.Command">
  76.             <summary>Gets or sets the SQL command string text for an <see cref="T:Microsoft.Office.InfoPath.AdoQueryConnection"></see> object.</summary>
  77.             <returns>The SQL command text of the data connection.</returns>
  78.         </member>
  79.         <member name="P:Microsoft.Office.InfoPath.AdoQueryConnection.Connection">
  80.             <summary>Gets or sets the connection string used for an <see cref="T:Microsoft.Office.InfoPath.AdoQueryConnection"></see> object.</summary>
  81.             <returns>The connection string for the data connection represented by the <see cref="T:Microsoft.Office.InfoPath.AdoQueryConnection"></see> object.</returns>
  82.         </member>
  83.         <member name="P:Microsoft.Office.InfoPath.AdoQueryConnection.Timeout">
  84.             <summary>Gets or sets the timeout value in seconds for a data connection associated with an <see cref="T:Microsoft.Office.InfoPath.AdoQueryConnection"></see> object.</summary>
  85.             <returns>The timeout value in seconds.</returns>
  86.         </member>
  87.         <member name="T:Microsoft.Office.InfoPath.AdoSubmitConnection">
  88.             <summary>Represents a connection for submitting data to a Microsoft Access or Microsoft SQL Server database.</summary>
  89.         </member>
  90.         <member name="M:Microsoft.Office.InfoPath.AdoSubmitConnection.BuildSqlFromXmlNodes(System.Xml.XPath.XPathNavigator)">
  91.             <summary>Returns a SQL command text fragment using the specified XML node.</summary>
  92.             <returns>The WHERE clause for the specified node.</returns>
  93.             <param name="input">An <see cref="T:System.Xml.XPathNavigator"></see> object that specifies the XML node to be converted to an SQL fragment.</param>
  94.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  95.             <exception cref="System.InvalidOperationException">One of the following conditions has occurred:The SQL command string generated from the input node cannot be parsed.The input node is not a table of values.The input node contains columns (XML attributes) that are not present in the data source to which they are being submitted.</exception>
  96.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  97.         </member>
  98.         <member name="P:Microsoft.Office.InfoPath.AdoSubmitConnection.Command">
  99.             <summary>Gets or sets the SQL command string text for an <see cref="T:Microsoft.Office.InfoPath.AdoSubmitConnection"></see> object.</summary>
  100.             <returns>The SQL command string for the data connection.</returns>
  101.         </member>
  102.         <member name="P:Microsoft.Office.InfoPath.AdoSubmitConnection.Connection">
  103.             <summary>Gets or sets the connection string used for an <see cref="T:Microsoft.Office.InfoPath.AdoSubmitConnection"></see> object.</summary>
  104.             <returns>The connection string for the data connection.</returns>
  105.         </member>
  106.         <member name="P:Microsoft.Office.InfoPath.AdoSubmitConnection.Timeout">
  107.             <summary>Gets or sets the timeout value in seconds for a data connection associated with an <see cref="T:Microsoft.Office.InfoPath.AdoSubmitConnection"></see> object.</summary>
  108.             <returns>The timeout value in seconds.</returns>
  109.         </member>
  110.         <member name="T:Microsoft.Office.InfoPath.Application">
  111.             <summary>Represents the Microsoft Office InfoPath 2007 application.</summary>
  112.         </member>
  113.         <member name="M:Microsoft.Office.InfoPath.Application.CacheFormTemplate(System.String)">
  114.             <summary>Examines the form template in the cache and, if necessary, updates it from the published location of the form template.</summary>
  115.             <param name="formTemplateLocation">Specifies the Uniform Resource Identifier (URI) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  116.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, they are of the wrong type or format.</exception>
  117.             <exception cref="System.IO.FileNotFoundException">The form template file cannot be found.</exception>
  118.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  119.         </member>
  120.         <member name="M:Microsoft.Office.InfoPath.Application.GetFormTemplateLocation(System.String)">
  121.             <summary>Gets the Uniform Resource Locator (URL) or universal naming convention (UNC) location of a form template from the local cache ID.</summary>
  122.             <returns>The URL or UNC for the published location of the form template.</returns>
  123.             <param name="cacheId">A string that identifies the form template in the local InfoPath form cache.</param>
  124.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  125.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  126.         </member>
  127.         <member name="M:Microsoft.Office.InfoPath.Application.IsDestinationReachable(System.String)">
  128.             <summary>Gets a value indicating whether a connection can be made to the destination computer using the specified Uniform Resource Locator (URL), universal naming convention (UNC) path, or IP address.</summary>
  129.             <returns>true if a connection can be made to the specified URL, UNC, or IP address; otherwise, false.</returns>
  130.             <param name="destination">Specifies the location to check for network connectivity as an IP address, UNC path, or URLs.</param>
  131.             <exception cref="System.IO.FileNotFoundException">The location of the destination cannot be found.</exception>
  132.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  133.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  134.         </member>
  135.         <member name="M:Microsoft.Office.InfoPath.Application.Quit">
  136.             <summary>Quits the InfoPath application without prompting users to save open forms.</summary>
  137.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Quit))">The Quit method was called from the <see cref="E:Microsoft.Office.InfoPath.Loading"></see> event.</exception>
  138.         </member>
  139.         <member name="M:Microsoft.Office.InfoPath.Application.Quit(System.Boolean)">
  140.             <summary>Quits the Microsoft Office InfoPath 2007 application with the option to prompt users to save forms that are being closed.</summary>
  141.             <param name="force">Determines whether open forms will be saved during the quit operation. If set to false, all forms will be closed without saving, even if the data in the forms has been changed. If set to true, the user will be prompted to save the forms. The default value is false.</param>
  142.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Quit))">The Quit method was called from the <see cref="E:Microsoft.Office.InfoPath.Loading"></see> event.</exception>
  143.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  144.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  145.         </member>
  146.         <member name="M:Microsoft.Office.InfoPath.Application.RegisterFormTemplate(System.String)">
  147.             <summary>Installs the specified form template.</summary>
  148.             <param name="formTemplateLocation">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  149.             <exception cref="System.IO.FileNotFoundException">The form template file cannot be found.</exception>
  150.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  151.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  152.         </member>
  153.         <member name="M:Microsoft.Office.InfoPath.Application.RegisterFormTemplate(System.String,System.String)">
  154.             <summary>Installs the specified form template with the option to overwrite the previous registration record for the form template.</summary>
  155.             <param name="formTemplateLocation">Specifies the Uniform Resource Locator (URL) of the form template. This parameter can be specified as a form definition (.xsf) file or a form template (.xsn) file.</param>
  156.             <param name="behavior">Specifies how the form template is to be installed. The default value is "overwrite". The only other valid value for this parameter is "new-only".</param>
  157.             <exception cref="System.IO.FileNotFoundException">The form template file cannot be found.</exception>
  158.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  159.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  160.         </member>
  161.         <member name="M:Microsoft.Office.InfoPath.Application.UnregisterFormTemplate(System.String)">
  162.             <summary>Uninstalls the specified form template.</summary>
  163.             <param name="formTemplateLocation">Specifies the Uniform Resource Identifier (URI) of the form template.</param>
  164.             <exception cref="System.IO.FileNotFoundException">The form template file cannot be found.</exception>
  165.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  166.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  167.         </member>
  168.         <member name="P:Microsoft.Office.InfoPath.Application.ActiveWindow">
  169.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.InfoPath.Window"></see> object that represents the currently active window.</summary>
  170.             <returns>A <see cref="T:Microsoft.Office.InfoPath.Window"></see> that provides access to the current window.</returns>
  171.         </member>
  172.         <member name="P:Microsoft.Office.InfoPath.Application.ComAddIns">
  173.             <summary>Gets a Microsoft.Office.Core.COMAddIns object containing information about the COM Add-ins registered for the current InfoPath application.</summary>
  174.             <returns>A Microsoft.Office.Core.COMAddIns collection that contains information about the COM Add-ins registered for the current InfoPath application.</returns>
  175.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  176.         </member>
  177.         <member name="P:Microsoft.Office.InfoPath.Application.Environment">
  178.             <summary>Gets a reference to an <see cref="T:Microsoft.Office.InfoPath.Environment"></see> object that can be used to determine which runtime environment (InfoPath, Web browser, or mobile browser) the form is running in.</summary>
  179.             <returns>An <see cref="T:Microsoft.Office.InfoPath.Environment"></see> object that can be used to determine which runtime environment (InfoPath, Web browser, or mobile browser) the form is running in.</returns>
  180.         </member>
  181.         <member name="P:Microsoft.Office.InfoPath.Application.LanguageSettings">
  182.             <summary>Gets a reference to the Microsoft.Office.Core.LanguageSettings object.</summary>
  183.             <returns>A reference to the Microsoft.Office.Core.LanguageSettings object.</returns>
  184.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  185.         </member>
  186.         <member name="P:Microsoft.Office.InfoPath.Application.MachineOnlineState">
  187.             <summary>Gets the current connection state of the client computer.</summary>
  188.             <returns>One of the <see cref="T:Microsoft.Office.InfoPath.MachineState"></see> values.</returns>
  189.         </member>
  190.         <member name="P:Microsoft.Office.InfoPath.Application.Name">
  191.             <summary>Gets the name of the InfoPath application.</summary>
  192.             <returns>The name of the InfoPath application.</returns>
  193.         </member>
  194.         <member name="P:Microsoft.Office.InfoPath.Application.UsableHeight">
  195.             <summary>Gets the available screen height, the maximum number of points to which you can set the height of an InfoPath document window.</summary>
  196.             <returns>The available screen height in points.</returns>
  197.         </member>
  198.         <member name="P:Microsoft.Office.InfoPath.Application.UsableWidth">
  199.             <summary>Gets the available screen width, the maximum number of points to which you can set the width of an InfoPath document window.</summary>
  200.             <returns>The available screen width in points.</returns>
  201.         </member>
  202.         <member name="P:Microsoft.Office.InfoPath.Application.User">
  203.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.User"></see> object.</summary>
  204.             <returns>A <see cref="T:Microsoft.Office.InfoPath.User"></see> that represents the current user.</returns>
  205.         </member>
  206.         <member name="P:Microsoft.Office.InfoPath.Application.Version">
  207.             <summary>Gets the Microsoft Office InfoPath 2007 version number.</summary>
  208.             <returns>The application version number.</returns>
  209.         </member>
  210.         <member name="P:Microsoft.Office.InfoPath.Application.Windows">
  211.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see>.</summary>
  212.             <returns>A <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see> for the current session.</returns>
  213.         </member>
  214.         <member name="P:Microsoft.Office.InfoPath.Application.XmlForms">
  215.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.XmlFormCollection"></see>.</summary>
  216.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlFormCollection"></see> that represents the collection of forms that are currently open.</returns>
  217.         </member>
  218.         <member name="T:Microsoft.Office.InfoPath.ButtonEvent">
  219.             <summary>Implements the event associated with a Button control on a form.</summary>
  220.         </member>
  221.         <member name="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked">
  222.             <summary>Occurs when a Button control is clicked within a view in a form. </summary>
  223.             <exception cref="System.InvalidOperationException(IDS_INVALID_DELEGATES_NUM)">Only one delegate can be added to the event. This exception is thrown if multiple delegates are added for the same Control ID.</exception>
  224.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Clicked))">Cannot bind the event in a location other than the InternalStartup method. </exception>
  225.         </member>
  226.         <member name="T:Microsoft.Office.InfoPath.Certificate">
  227.             <summary>Represents the X.509 digital certificate that has been used to create a signature.</summary>
  228.         </member>
  229.         <member name="P:Microsoft.Office.InfoPath.Certificate.ExpirationDate">
  230.             <summary>Gets the expiration date of a digital certificate in the localized 'SHORTDATE' format.</summary>
  231.             <returns>The expiration date of a digital certificate in the localized 'SHORTDATE' format.</returns>
  232.         </member>
  233.         <member name="P:Microsoft.Office.InfoPath.Certificate.IssuedBy">
  234.             <summary>Gets the name of the issuer of the digital certificate.</summary>
  235.             <returns>The name of the issuer of the digital certificate.</returns>
  236.         </member>
  237.         <member name="P:Microsoft.Office.InfoPath.Certificate.IssuedTo">
  238.             <summary>Gets the name of the user to whom the digital certificate was issued.</summary>
  239.             <returns>The name of the user to whom the digital certificate was issued.</returns>
  240.         </member>
  241.         <member name="P:Microsoft.Office.InfoPath.Certificate.Status">
  242.             <summary>Gets the status of the digital certificate as a <see cref="T:Microsoft.Office.InfoPath.CertificateStatus"></see> enumerated constant.</summary>
  243.             <returns>A <see cref="T:Microsoft.Office.InfoPath.CertificateStatus"></see> value that represents the status of the digital certificate.</returns>
  244.         </member>
  245.         <member name="T:Microsoft.Office.InfoPath.CertificateStatus">
  246.             <summary>Specifies the status of a digital certificate.</summary>
  247.         </member>
  248.         <member name="F:Microsoft.Office.InfoPath.CertificateStatus.Error">
  249.             <summary>The status of the digital certificate cannot be determined.</summary>
  250.         </member>
  251.         <member name="F:Microsoft.Office.InfoPath.CertificateStatus.Expired">
  252.             <summary>The digital certificate has expired.</summary>
  253.         </member>
  254.         <member name="F:Microsoft.Office.InfoPath.CertificateStatus.NotTrusted">
  255.             <summary>The digital certificate is not trusted.</summary>
  256.         </member>
  257.         <member name="F:Microsoft.Office.InfoPath.CertificateStatus.Revoked">
  258.             <summary>The digital certificate has been revoked.</summary>
  259.         </member>
  260.         <member name="F:Microsoft.Office.InfoPath.CertificateStatus.Valid">
  261.             <summary>The digital certificate is valid.</summary>
  262.         </member>
  263.         <member name="T:Microsoft.Office.InfoPath.ClickedEventArgs">
  264.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked"></see> event.</summary>
  265.         </member>
  266.         <member name="P:Microsoft.Office.InfoPath.ClickedEventArgs.ControlId">
  267.             <summary>Gets the value of ID property for the Button control that raised the event.</summary>
  268.             <returns>The ID of the button control.</returns>
  269.         </member>
  270.         <member name="P:Microsoft.Office.InfoPath.ClickedEventArgs.Source">
  271.             <summary>Gets an XPathNavigator object positioned at the innermost XML node of the form's underlying XML document that contains the Button control.</summary>
  272.             <returns>An XPathNavigator object positioned at the innermost XML node of the form's underlying XML document that contains the Button control.</returns>
  273.         </member>
  274.         <member name="T:Microsoft.Office.InfoPath.ClickedEventHandler">
  275.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked"></see> event of a Button control.</summary>
  276.         </member>
  277.         <member name="T:Microsoft.Office.InfoPath.ContextChangedEventArgs">
  278.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged"></see> event.</summary>
  279.         </member>
  280.         <member name="P:Microsoft.Office.InfoPath.ContextChangedEventArgs.ChangeType">
  281.             <summary>Gets the type of context change that was performed when the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged"></see> event occurred. </summary>
  282.             <returns>The type of context change.</returns>
  283.         </member>
  284.         <member name="P:Microsoft.Office.InfoPath.ContextChangedEventArgs.Context">
  285.             <summary>Gets a reference to an XPathNavigator object positioned at the context node that raised the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged"></see> event.</summary>
  286.             <returns>An XPathNavigator object positioned at the context node that raised the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged"></see> event.</returns>
  287.         </member>
  288.         <member name="P:Microsoft.Office.InfoPath.ContextChangedEventArgs.UndoRedo">
  289.             <summary>Gets a value indicating whether the context change event occurred in response to undoing or redoing an operation.</summary>
  290.             <returns>true if the context change occurred due to undoing or redoing an operation; otherwise false.</returns>
  291.         </member>
  292.         <member name="T:Microsoft.Office.InfoPath.ContextChangedEventHandler">
  293.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged"></see> event of a form.</summary>
  294.         </member>
  295.         <member name="T:Microsoft.Office.InfoPath.ControlEvents">
  296.             <summary>Represents the collection of all event handlers for the <see cref="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked"></see> events raised by the Button controls on a form.</summary>
  297.         </member>
  298.         <member name="P:Microsoft.Office.InfoPath.ControlEvents.Item(System.String)">
  299.             <summary>Gets the <see cref="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked"></see> event associated with a Button control from the <see cref="T:Microsoft.Office.InfoPath.ControlEvents"></see> collection.</summary>
  300.             <returns>The <see cref="E:Microsoft.Office.InfoPath.ButtonEvent.Clicked"></see> event associated with the specified Button control.</returns>
  301.             <param name="controlId">The ID of the Button control associated with the Clicked event.</param>
  302.         </member>
  303.         <member name="T:Microsoft.Office.InfoPath.DataConnection">
  304.             <summary>Represents the base class from which each specific type of data connection is derived.</summary>
  305.         </member>
  306.         <member name="M:Microsoft.Office.InfoPath.DataConnection.Execute">
  307.             <summary>Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve.</summary>
  308.             <exception cref="System.Net.WebException">The execute operation failed.</exception>
  309.         </member>
  310.         <member name="P:Microsoft.Office.InfoPath.DataConnection.Name">
  311.             <summary>Gets the name of the data connection.</summary>
  312.             <returns>The name of the data connection as specified in the Data Connection Wizard in InfoPath design mode.</returns>
  313.         </member>
  314.         <member name="T:Microsoft.Office.InfoPath.DataConnectionCollection">
  315.             <summary>Contains a data connection object corresponding to each data connection used within a form template.</summary>
  316.         </member>
  317.         <member name="M:Microsoft.Office.InfoPath.DataConnectionCollection.GetEnumerator">
  318.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object that iterates over all entries in the collection.</summary>
  319.             <returns>A <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  320.         </member>
  321.         <member name="P:Microsoft.Office.InfoPath.DataConnectionCollection.Count">
  322.             <summary>Gets the count of the number of <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> objects in the collection.</summary>
  323.             <returns>The count of the number of <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> objects in the collection.</returns>
  324.         </member>
  325.         <member name="P:Microsoft.Office.InfoPath.DataConnectionCollection.Item(System.Int32)">
  326.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object from the collection by index value.</summary>
  327.             <returns>The zero-based index of the <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object to get.</returns>
  328.             <param name="index">The zero-based index of the DataConnection object to get.</param>
  329.         </member>
  330.         <member name="P:Microsoft.Office.InfoPath.DataConnectionCollection.Item(System.String)">
  331.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object from the collection by name.</summary>
  332.             <returns>The name of the <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object to get.</returns>
  333.             <param name="name">The name of the DataConnection object to get.</param>
  334.         </member>
  335.         <member name="T:Microsoft.Office.InfoPath.DataSource">
  336.             <summary>Represents a data source in a form template.</summary>
  337.         </member>
  338.         <member name="M:Microsoft.Office.InfoPath.DataSource.CreateNavigator">
  339.             <summary>Returns an XPathNavigator object for accessing and editing the data source.</summary>
  340.             <returns>An XPathNavigator object positioned at the root node of the data source.</returns>
  341.         </member>
  342.         <member name="M:Microsoft.Office.InfoPath.DataSource.GetNamedNodeProperty(System.Xml.XPath.XPathNavigator,System.String)">
  343.             <summary>Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.</summary>
  344.             <returns>The value of the specified named property.</returns>
  345.             <param name="name">The name of the property whose value is to be returned.</param>
  346.             <param name="target">An XPathNavigator object positioned at the XML node corresponding to a nonattribute node in the main data source, for which a named property is to be returned.</param>
  347.             <exception cref="System.ArgumentException (IDS_INVALID_ARGUMENT(<propertyName>))">The specified property name is invalid.</exception>
  348.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  349.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT(xmlNode))">The specified XML node is invalid.</exception>
  350.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  351.         </member>
  352.         <member name="M:Microsoft.Office.InfoPath.DataSource.SetNamedNodeProperty(System.Xml.XPath.XPathNavigator,System.String,System.String)">
  353.             <summary>Sets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source.</summary>
  354.             <param name="value">The value to which the property will be set.</param>
  355.             <param name="name">The name of the property to be set.</param>
  356.             <param name="target">An XPathNavigator object positioned at the XML node corresponding to a nonattribute node in the main data source, for which a named property is to be set.</param>
  357.             <exception cref="System.ArgumentException (IDS_INVALID_ARGUMENT(<propertyName>))">The specified property name is invalid.</exception>
  358.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  359.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT(xmlNode))">The specified XML node is invalid.</exception>
  360.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  361.         </member>
  362.         <member name="P:Microsoft.Office.InfoPath.DataSource.Name">
  363.             <summary>Gets the name of the associated <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object.</summary>
  364.             <returns>The name of the data source.</returns>
  365.         </member>
  366.         <member name="P:Microsoft.Office.InfoPath.DataSource.QueryConnection">
  367.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object associated with the data source.</summary>
  368.             <returns>A <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> associated with the data source.</returns>
  369.         </member>
  370.         <member name="P:Microsoft.Office.InfoPath.DataSource.ReadOnly">
  371.             <summary>Gets a value that indicates whether the data source is in a read-only state.</summary>
  372.             <returns>true if the data source is read-only; otherwise false.</returns>
  373.         </member>
  374.         <member name="T:Microsoft.Office.InfoPath.DataSourceCollection">
  375.             <summary>Contains a collection of <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> objects that represent the data sources used within a form.</summary>
  376.         </member>
  377.         <member name="M:Microsoft.Office.InfoPath.DataSourceCollection.GetEnumerator">
  378.             <summary>Gets a <see cref="T:System.Collections.IEnumerator"></see> object that iterates over all entries in the collection.</summary>
  379.             <returns>A <see cref="T:System.Collections.IEnumerator"></see> for iterating over the collection.</returns>
  380.         </member>
  381.         <member name="P:Microsoft.Office.InfoPath.DataSourceCollection.Count">
  382.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see>.</summary>
  383.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> objects in the <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see>.</returns>
  384.         </member>
  385.         <member name="P:Microsoft.Office.InfoPath.DataSourceCollection.Item(System.Int32)">
  386.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object from the <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see> by index value.</summary>
  387.             <returns>The <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object for the specified index value.</returns>
  388.             <param name="index">The zero-based index of the DataSource object to get.</param>
  389.         </member>
  390.         <member name="P:Microsoft.Office.InfoPath.DataSourceCollection.Item(System.String)">
  391.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object from the <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see> by name.</summary>
  392.             <returns>The <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object for the specified name.</returns>
  393.             <param name="name">The name of the DataSource object to get.</param>
  394.         </member>
  395.         <member name="T:Microsoft.Office.InfoPath.EmailAttachmentType">
  396.             <summary>Specifies the type of form files attached to an e-mail message.</summary>
  397.         </member>
  398.         <member name="F:Microsoft.Office.InfoPath.EmailAttachmentType.None">
  399.             <summary>No file will be attached.</summary>
  400.         </member>
  401.         <member name="F:Microsoft.Office.InfoPath.EmailAttachmentType.Xml">
  402.             <summary>The attachment is a form file (.xml).</summary>
  403.         </member>
  404.         <member name="F:Microsoft.Office.InfoPath.EmailAttachmentType.XmlXsn">
  405.             <summary>The attachment is a form file (.xml) along with its associated form template file (.xsn).</summary>
  406.         </member>
  407.         <member name="T:Microsoft.Office.InfoPath.EmailSubmitConnection">
  408.             <summary>Represents the data connection for submitting form information in e-mail.</summary>
  409.         </member>
  410.         <member name="M:Microsoft.Office.InfoPath.EmailSubmitConnection.Execute(System.Xml.XPath.XPathNavigator)">
  411.             <summary>Overrides the default <see cref="M:Microsoft.Office.InfoPath.DataConnection.Execute"></see> method to allow specifying a different source of data to submit.</summary>
  412.             <param name="input">An XPathNavigator object positioned to the XML node which contains the data to submit.</param>
  413.             <exception cref="T:System.ArgumentNullException">The parameter passed to this method is null.</exception>
  414.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  415.         </member>
  416.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.AttachmentFileName">
  417.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the file name to be used for the current form when the form is attached to an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  418.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the name of the form file name to be submitted.</returns>
  419.         </member>
  420.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.Bcc">
  421.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the blind carbon copy (BCC) addresses of an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  422.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the blind carbon copy (BCC) addresses of the e-mail message to be submitted.</returns>
  423.         </member>
  424.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.CC">
  425.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the carbon copy (CC) addresses of an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  426.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the carbon copy (CC) addresses of the e-mail message to be submitted.</returns>
  427.         </member>
  428.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.EmailAttachmentType">
  429.             <summary>Gets or sets the type of file to be attached to the e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  430.             <returns>An <see cref="T:Microsoft.Office.InfoPath.EmailAttachmentType"></see> object that specifies the type of file attached to the e-mail message.</returns>
  431.         </member>
  432.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.Introduction">
  433.             <summary>Gets or sets the introduction in the body of an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  434.             <returns>The introduction in the body of the submitted e-mail message.</returns>
  435.         </member>
  436.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.Subject">
  437.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the subject of an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  438.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the subject of the submitted e-mail message.</returns>
  439.         </member>
  440.         <member name="P:Microsoft.Office.InfoPath.EmailSubmitConnection.To">
  441.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the addresses of the recipients of an e-mail message submitted with an <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> object.</summary>
  442.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object that evaluates to the addresses (To) of the e-mail message to be submitted.</returns>
  443.         </member>
  444.         <member name="T:Microsoft.Office.InfoPath.Environment">
  445.             <summary>Provides properties to determine what runtime environment was used to open the form template.</summary>
  446.         </member>
  447.         <member name="P:Microsoft.Office.InfoPath.Environment.IsBrowser">
  448.             <summary>Gets whether the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a Web browser.</summary>
  449.             <returns>true if the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a Web browser; otherwise false.</returns>
  450.         </member>
  451.         <member name="P:Microsoft.Office.InfoPath.Environment.IsMobile">
  452.             <summary>Gets whether the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a browser on a mobile device.</summary>
  453.             <returns>true if the form template was opened from Microsoft Office Forms Server 2007 or InfoPath Forms Services in a browser on a mobile device; otherwise false.</returns>
  454.         </member>
  455.         <member name="T:Microsoft.Office.InfoPath.ErrorMode">
  456.             <summary>Specifies whether the custom error will be displayed in a modal dialog box or in modeless context within the control that is the source of the error.</summary>
  457.         </member>
  458.         <member name="F:Microsoft.Office.InfoPath.ErrorMode.Modal">
  459.             <summary>The user is notified of the error with a dialog box alert. After clicking OK in the dialog box alert, the error will appear as an inline alert and the user can choose to return to the previous value with an undo operation.</summary>
  460.         </member>
  461.         <member name="F:Microsoft.Office.InfoPath.ErrorMode.Modeless">
  462.             <summary>The user is notified of the error with an inline alert and can choose to return to the previous value with an undo operation.</summary>
  463.         </member>
  464.         <member name="T:Microsoft.Office.InfoPath.EventManager">
  465.             <summary>Used to initialize and bind event handlers in the InternalStartup method of a form template.</summary>
  466.         </member>
  467.         <member name="P:Microsoft.Office.InfoPath.EventManager.ControlEvents">
  468.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.ControlEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</summary>
  469.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ControlEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</returns>
  470.         </member>
  471.         <member name="P:Microsoft.Office.InfoPath.EventManager.FormEvents">
  472.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.FormEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</summary>
  473.             <returns>A <see cref="T:Microsoft.Office.InfoPath.FormEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</returns>
  474.         </member>
  475.         <member name="P:Microsoft.Office.InfoPath.EventManager.XmlEvents">
  476.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.XmlEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</summary>
  477.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlEvents"></see> object for binding an event handler in the InternalStartup method of a form template.</returns>
  478.         </member>
  479.         <member name="T:Microsoft.Office.InfoPath.ExportFormat">
  480.             <summary>Specifies the file format to use when exporting a view.</summary>
  481.         </member>
  482.         <member name="F:Microsoft.Office.InfoPath.ExportFormat.Mht">
  483.             <summary>Web Archive, single file format (.mht)</summary>
  484.         </member>
  485.         <member name="F:Microsoft.Office.InfoPath.ExportFormat.Pdf">
  486.             <summary>Portable Document Format file (.pdf)</summary>
  487.         </member>
  488.         <member name="F:Microsoft.Office.InfoPath.ExportFormat.Xps">
  489.             <summary>XPS Document (.xps)</summary>
  490.         </member>
  491.         <member name="T:Microsoft.Office.InfoPath.FileQueryConnection">
  492.             <summary>Represents a connection for retrieving data from an XML file.</summary>
  493.         </member>
  494.         <member name="M:Microsoft.Office.InfoPath.FileQueryConnection.Execute(System.Xml.XPath.XPathNavigator)">
  495.             <summary>Overrides the default <see cref="M:Microsoft.Office.InfoPath.DataConnection.Execute"></see> method to allow specifying a different location to insert the data that is returned.</summary>
  496.             <param name="output">An <see cref="T:System.Xml.XPathNavigator"></see> that specifies an XML node in the primary or a secondary data source of the form into which to insert the returned data. The XPathNavigator passed as the output parameter can also specify to insert the data into any XML file on the local computer, or into an <see cref="T:System.Xml.XmlDocument"></see> held in memory.</param>
  497.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  498.             <exception cref="System.Net.WebException">The query operation failed.</exception>
  499.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  500.         </member>
  501.         <member name="P:Microsoft.Office.InfoPath.FileQueryConnection.FileLocation">
  502.             <summary>Gets or sets the Uniform Resource Locator (URL) or universal naming convention (UNC) path of the XML file that is associated with the <see cref="T:Microsoft.Office.InfoPath.FileQueryConnection"></see> object.</summary>
  503.             <returns>The URL or UNC of the XML file that is associated with the <see cref="T:Microsoft.Office.InfoPath.FileQueryConnection"></see> object.</returns>
  504.         </member>
  505.         <member name="T:Microsoft.Office.InfoPath.FileSubmitConnection">
  506.             <summary>Represents a connection to submit form information to a Microsoft Windows SharePoint Services server or other server that supports DAV connections.</summary>
  507.         </member>
  508.         <member name="M:Microsoft.Office.InfoPath.FileSubmitConnection.Execute(System.Xml.XPath.XPathNavigator)">
  509.             <summary>Overrides the default <see cref="M:Microsoft.Office.InfoPath.DataConnection.Execute"></see> method to allow specifying a different source of data to submit.</summary>
  510.             <param name="input">An <see cref="T:System.Xml.XPathNavigator"></see> that is positioned at the XML node of the form that contains the data to submit.</param>
  511.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  512.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  513.             <exception cref="System.Net.WebException">The submit operation failed.</exception>
  514.         </member>
  515.         <member name="P:Microsoft.Office.InfoPath.FileSubmitConnection.Filename">
  516.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> that evaluates to the file name that the current form will be given when the form is submitted by the <see cref="T:Microsoft.Office.InfoPath.FileSubmitConnection"></see> object.</summary>
  517.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> that evaluates to the file name that the form will be given when it is submitted.</returns>
  518.         </member>
  519.         <member name="P:Microsoft.Office.InfoPath.FileSubmitConnection.FolderUrl">
  520.             <summary>Gets or sets the Uniform Resource Locator (URL) of the folder to which the form will be submitted by the <see cref="T:Microsoft.Office.InfoPath.FileSubmitConnection"></see> object.</summary>
  521.             <returns>The URL of the folder to which the form will be submitted.</returns>
  522.         </member>
  523.         <member name="T:Microsoft.Office.InfoPath.FormError">
  524.             <summary>Represents an error in the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> of a form. </summary>
  525.         </member>
  526.         <member name="P:Microsoft.Office.InfoPath.FormError.DetailedMessage">
  527.             <summary>Gets or sets the detailed message displayed for the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  528.             <returns>The text of the detailed message.</returns>
  529.         </member>
  530.         <member name="P:Microsoft.Office.InfoPath.FormError.ErrorCode">
  531.             <summary>Gets or sets the numeric error code value of a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  532.             <returns>The error code of the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</returns>
  533.         </member>
  534.         <member name="P:Microsoft.Office.InfoPath.FormError.FormErrorType">
  535.             <summary>Gets the type of the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  536.             <returns>A <see cref="T:Microsoft.Office.InfoPath.FormErrorType"></see> that specifies the type of error.</returns>
  537.         </member>
  538.         <member name="P:Microsoft.Office.InfoPath.FormError.Message">
  539.             <summary>Gets or sets the short message displayed for a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  540.             <returns>The text of the short message.</returns>
  541.         </member>
  542.         <member name="P:Microsoft.Office.InfoPath.FormError.Name">
  543.             <summary>Gets the name of the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  544.             <returns>The name specified when the error was created.</returns>
  545.         </member>
  546.         <member name="P:Microsoft.Office.InfoPath.FormError.Site">
  547.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XPathNavigator"></see> that is positioned at the node of a form's underlying XML document that is associated with a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</summary>
  548.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XPathNavigator"></see> positioned at the node associated with the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object.</returns>
  549.         </member>
  550.         <member name="T:Microsoft.Office.InfoPath.FormErrorCollection">
  551.             <summary>Contains a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object for each error in the current form.</summary>
  552.         </member>
  553.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Add(System.Xml.XPath.XPathNavigator,System.String,System.String)">
  554.             <summary>Creates and adds a new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  555.             <returns>A reference to the new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that was added to the collection.</returns>
  556.             <param name="context">An XPathNavigator object positioned at the node that the error will be associated with.</param>
  557.             <param name="name">The name of the error (cannot be blank).</param>
  558.             <param name="message">The short message for the error.</param>
  559.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  560.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  561.         </member>
  562.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Add(System.Xml.XPath.XPathNavigator,System.String,System.String,System.String)">
  563.             <summary>Creates and adds a new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  564.             <returns>A reference to the new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that was added to the collection.</returns>
  565.             <param name="context">An XPathNavigator object positioned at the node that the error will be associated with.</param>
  566.             <param name="name">The name of the error (cannot be blank).</param>
  567.             <param name="messageDetails">The detailed message for the error.</param>
  568.             <param name="message">The short message for the error.</param>
  569.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  570.             <exception cref="InvalidArgumentException(IDS_DUPLICATE_IN_COLLECTION(<errorName>,Errors))">An error of the same name already exists in the collection.</exception>
  571.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  572.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT(Error.Name))">The name is null or an empty string.</exception>
  573.         </member>
  574.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Add(System.Xml.XPath.XPathNavigator,System.String,System.String,System.String,System.Int32)">
  575.             <summary>Creates and adds a new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  576.             <returns>A reference to the new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that was added to the collection.</returns>
  577.             <param name="context">An XPathNavigator object positioned at the node that the error will be associated with.</param>
  578.             <param name="errorCode">The error code of the error.</param>
  579.             <param name="name">The name of the error (cannot be blank).</param>
  580.             <param name="messageDetails">The detailed message for the error.</param>
  581.             <param name="message">The short message for the error.</param>
  582.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT(Error.Name))">The name is null or an empty string.</exception>
  583.             <exception cref="InvalidArgumentException(IDS_DUPLICATE_IN_COLLECTION(<errorName>,Errors))">An error of the same name already exists in the collection.</exception>
  584.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  585.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  586.         </member>
  587.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Add(System.Xml.XPath.XPathNavigator,System.String,System.String,System.String,System.Int32,Microsoft.Office.InfoPath.ErrorMode)">
  588.             <summary>Creates and adds a new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  589.             <returns>A reference to the new <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that was added to the collection.</returns>
  590.             <param name="errorMode">An <see cref="T:Microsoft.Office.InfoPath.ErrorMode"></see> that specifies the mode for displaying the error message.</param>
  591.             <param name="context">An XPathNavigator object positioned at the node that the error will be associated with.</param>
  592.             <param name="errorCode">The error code of the error.</param>
  593.             <param name="name">The name of the error (cannot be blank).</param>
  594.             <param name="messageDetails">The detailed message for the error.</param>
  595.             <param name="message">The short message for the error.</param>
  596.             <exception cref="T:System.ArgumentException(IDS_INVALID_ARGUMENT(Error.Name))">The name is null or an empty string.</exception>
  597.             <exception cref="InvalidArgumentException(IDS_DUPLICATE_IN_COLLECTION(<errorName>,Errors))">An error of the same name already exists in the collection.</exception>
  598.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  599.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  600.         </member>
  601.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Delete(Microsoft.Office.InfoPath.FormError)">
  602.             <summary>Deletes the specified <see cref="T:Microsoft.Office.InfoPath.FormError"></see> from the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  603.             <param name="formError">The FormError to delete.</param>
  604.             <exception cref="InvalidArgumentException(IDS_CANNOT_REMOVE_FROM_CALL)">The error is not in the collection.</exception>
  605.             <exception cref="InvalidArgumentException(IDS_ONLY_USERDEFINED_ERROR)">The error is not of type FormErrorType.UserDefined.</exception>
  606.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  607.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  608.         </member>
  609.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.Delete(System.String)">
  610.             <summary>Deletes all <see cref="T:Microsoft.Office.InfoPath.FormError"></see> objects of the specified name from the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  611.             <param name="name">The name of the FormError to delete.</param>
  612.             <exception cref="InvalidArgumentException(IDS_CANNOT_REMOVE_FROM_CALL)">The error is not in the collection.</exception>
  613.             <exception cref="InvalidArgumentException(IDS_ONLY_USERDEFINED_ERROR)">The error is not of type FormErrorType.UserDefined.</exception>
  614.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  615.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  616.         </member>
  617.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.DeleteAll">
  618.             <summary>Deletes all of the <see cref="T:Microsoft.Office.InfoPath.FormError"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  619.         </member>
  620.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.GetEnumerator">
  621.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object that iterates over all entries in the collection.</summary>
  622.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for iterating over the collection.</returns>
  623.         </member>
  624.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.GetErrors(Microsoft.Office.InfoPath.FormErrorType)">
  625.             <summary>Returns all <see cref="T:Microsoft.Office.InfoPath.FormError"></see> objects of the specified type from the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  626.             <returns>An array of type <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that contains errors of the specified type.</returns>
  627.             <param name="errorType">A <see cref="T:Microsoft.Office.InfoPath.FormErrorType"></see> that specifies the type of errors to return.</param>
  628.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  629.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  630.         </member>
  631.         <member name="M:Microsoft.Office.InfoPath.FormErrorCollection.GetErrors(System.String)">
  632.             <summary>Returns all <see cref="T:Microsoft.Office.InfoPath.FormError"></see> objects of the specified name from the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  633.             <returns>An array of type <see cref="T:Microsoft.Office.InfoPath.FormError"></see> that contains all errors of type FormErrorType.UserDefined with the specified name.</returns>
  634.             <param name="name">The name of the errors to return.</param>
  635.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  636.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  637.         </member>
  638.         <member name="P:Microsoft.Office.InfoPath.FormErrorCollection.Count">
  639.             <summary>Gets the number of <see cref="T:Microsoft.Office.InfoPath.FormError"></see> objects in the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form.</summary>
  640.             <returns>The number of errors in the collection.</returns>
  641.         </member>
  642.         <member name="P:Microsoft.Office.InfoPath.FormErrorCollection.Item(System.Int32)">
  643.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object from the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object associated with the current form by index value.</summary>
  644.             <returns>A <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object that represents an error in the form.</returns>
  645.             <param name="index">The zero-based index of the FormError object to retrieve.</param>
  646.             <exception cref="T:System.IndexOutOfRangeException">The index value was invalid (index < 0 or index > <see cref="P:Microsoft.Office.InfoPath.FormErrorCollection.Count"></see>) </exception>
  647.         </member>
  648.         <member name="T:Microsoft.Office.InfoPath.FormErrorType">
  649.             <summary>Specifies the error type of a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object in the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> of an InfoPath form.</summary>
  650.         </member>
  651.         <member name="F:Microsoft.Office.InfoPath.FormErrorType.SchemaValidation">
  652.             <summary>Data validation failed as a result of an XML Schema-defined constraint.</summary>
  653.         </member>
  654.         <member name="F:Microsoft.Office.InfoPath.FormErrorType.SystemGenerated">
  655.             <summary>Data validation failed as a result of constraints defined in the form definition (.xsf) file or as a result of form code calling the <see cref="M:Microsoft.Office.InfoPath.XmlValidatingEventArgs.ReportError"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlValidatingEventArgs"></see> class.</summary>
  656.         </member>
  657.         <member name="F:Microsoft.Office.InfoPath.FormErrorType.UserDefined">
  658.             <summary>Data validation failed as a result of a custom error defined using the <see cref="Overload:Microsoft.Office.InfoPath.FormErrorCollection.Add"></see> method of the FormErrorsCollection class.</summary>
  659.         </member>
  660.         <member name="T:Microsoft.Office.InfoPath.FormEvents">
  661.             <summary>Implements all of the events that a form template itself can raise.</summary>
  662.         </member>
  663.         <member name="E:Microsoft.Office.InfoPath.FormEvents.ContextChanged">
  664.             <summary>Occurs after the context node changes.</summary>
  665.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(ContextChanged))">The developer attempted to bind the event in some location other than the InternalStartup method.  </exception>
  666.         </member>
  667.         <member name="E:Microsoft.Office.InfoPath.FormEvents.Loading">
  668.             <summary>Occurs when the form template has been loaded, but before any views have been initialized.</summary>
  669.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Loading))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  670.         </member>
  671.         <member name="E:Microsoft.Office.InfoPath.FormEvents.Merge">
  672.             <summary>Occurs when the Merge Forms command is invoked from the user interface, or InfoPath is started with the /aggregate command-line switch.</summary>
  673.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Merge))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  674.         </member>
  675.         <member name="E:Microsoft.Office.InfoPath.FormEvents.Save">
  676.             <summary>Occurs when the Save or Save As commands are used from the user interface, or when the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Save"></see> and <see cref="M:Microsoft.Office.InfoPath.XmlForm.SaveAs(System.String)"></see> methods are used.</summary>
  677.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Save))">The developer attempted to bind the event in some location other than the InternalStartup method.  </exception>
  678.         </member>
  679.         <member name="E:Microsoft.Office.InfoPath.FormEvents.Sign">
  680.             <summary>Occurs after a set of signed data has been selected to sign through the Digital Signatures dialog box.</summary>
  681.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Sign))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  682.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  683.         </member>
  684.         <member name="E:Microsoft.Office.InfoPath.FormEvents.Submit">
  685.             <summary>Occurs when the Submit command is used from the user interface, or the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Submit"></see> method is used.</summary>
  686.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(Submit))">The developer attempted to bind the event in some location other than the InternalStartup method.  </exception>
  687.         </member>
  688.         <member name="E:Microsoft.Office.InfoPath.FormEvents.VersionUpgrade">
  689.             <summary>Occurs when the version number of the form being opened is older than the version number of the form template on which it is based.</summary>
  690.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(VersionUpgrade))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  691.         </member>
  692.         <member name="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched">
  693.             <summary>Occurs after a view of a form has been successfully switched.</summary>
  694.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(ViewSwitched))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  695.         </member>
  696.         <member name="T:Microsoft.Office.InfoPath.FormTemplate">
  697.             <summary>Represents a form template.</summary>
  698.         </member>
  699.         <member name="M:Microsoft.Office.InfoPath.FormTemplate.OpenFileFromPackage(System.String)">
  700.             <summary>Opens a file contained within the form template (.xsn) file.</summary>
  701.             <returns>The specified file as a System.IO.Stream object.</returns>
  702.             <param name="filename">The name of the file to open.</param>
  703.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  704.             <exception cref="System.IO.IOException">An I/O error, such as file not found.</exception>
  705.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  706.         </member>
  707.         <member name="P:Microsoft.Office.InfoPath.FormTemplate.CacheId">
  708.             <summary>Gets the form template cache identifier.</summary>
  709.             <returns>The form template cache identifier.</returns>
  710.         </member>
  711.         <member name="P:Microsoft.Office.InfoPath.FormTemplate.Manifest">
  712.             <summary>Gets an XPathNavigator object positioned at the root of the form template's form definition (.xsf) file. </summary>
  713.             <returns>An XPathNavigator object positioned at the root of the form template's form definition (.xsf) file.</returns>
  714.         </member>
  715.         <member name="P:Microsoft.Office.InfoPath.FormTemplate.Uri">
  716.             <summary>Gets the Uniform Resource Identifier (URI) of a form template.</summary>
  717.             <returns>The Uniform Resource Identifier (URI) of the form template.</returns>
  718.         </member>
  719.         <member name="P:Microsoft.Office.InfoPath.FormTemplate.Version">
  720.             <summary>Gets the version of a form template.</summary>
  721.             <returns>The version of the form template.</returns>
  722.         </member>
  723.         <member name="T:Microsoft.Office.InfoPath.HtmlTaskPane">
  724.             <summary>Represents the custom task pane that is associated the current window in which a form is being edited.</summary>
  725.         </member>
  726.         <member name="M:Microsoft.Office.InfoPath.HtmlTaskPane.Navigate(System.String)">
  727.             <summary>Loads the specified HTML document into the custom task pane. </summary>
  728.             <param name="url">The Uniform Resource Locator (URL) of the HTML document to navigate to.</param>
  729.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  730.             <exception cref="System.Net.WebException">An error occurred while attempting to open the specified URL.</exception>
  731.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  732.         </member>
  733.         <member name="P:Microsoft.Office.InfoPath.HtmlTaskPane.HtmlDocument">
  734.             <summary>Gets a reference to the MSHTML IHTMLDocument2 interface for working with the the HTML document object model of a custom task pane. </summary>
  735.             <returns>An IHTMLDocument2 object associated with the HTML file of the custom task pane.</returns>
  736.         </member>
  737.         <member name="P:Microsoft.Office.InfoPath.HtmlTaskPane.HtmlWindow">
  738.             <summary>Gets a reference to the MSHTML IHTMLWindow2 interface for working with the HTML document of a custom task pane.</summary>
  739.             <returns>An IHTMLWindow2 object associated with HTML file of the custom task pane.</returns>
  740.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  741.         </member>
  742.         <member name="T:Microsoft.Office.InfoPath.LoadingEventArgs">
  743.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</summary>
  744.         </member>
  745.         <member name="M:Microsoft.Office.InfoPath.LoadingEventArgs.SetDefaultView(System.String)">
  746.             <summary>Sets the default view of the form by specifying the name of the view.</summary>
  747.             <param name="view">The name of the view.</param>
  748.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  749.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  750.         </member>
  751.         <member name="M:Microsoft.Office.InfoPath.LoadingEventArgs.SetDefaultView(Microsoft.Office.InfoPath.ViewInfo)">
  752.             <summary>Sets the default view of the form by specifying a <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object.</summary>
  753.             <param name="view">A ViewInfo object that specifies the view.</param>
  754.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  755.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  756.         </member>
  757.         <member name="P:Microsoft.Office.InfoPath.LoadingEventArgs.CancelableArgs">
  758.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</summary>
  759.             <returns>A <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</returns>
  760.         </member>
  761.         <member name="P:Microsoft.Office.InfoPath.LoadingEventArgs.InputParameters">
  762.             <summary>Gets an <see cref="T:System.Collections.IDictionary"></see> containing any input parameters specified using the /InputParameters command-line option, or specified using query parameters in a URL.</summary>
  763.             <returns>An <see cref="T:System.Collections.IDictionary"></see> containing input parameters.</returns>
  764.             <exception cref="System.InvalidOperationException(IDS_INVALID_INPUTPARAMETERS_CONTEXT)">A method was called which attempted to write to the IDictionary containing input parameters.</exception>
  765.         </member>
  766.         <member name="T:Microsoft.Office.InfoPath.LoadingEventHandler">
  767.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event of a form.</summary>
  768.         </member>
  769.         <member name="T:Microsoft.Office.InfoPath.MachineState">
  770.             <summary>Specifies the state of the connection for the client computer. </summary>
  771.         </member>
  772.         <member name="F:Microsoft.Office.InfoPath.MachineState.IEInOfflineState">
  773.             <summary>Microsoft Internet Explorer is in offline mode.</summary>
  774.         </member>
  775.         <member name="F:Microsoft.Office.InfoPath.MachineState.Offline">
  776.             <summary>The client computer is not connected to the network.</summary>
  777.         </member>
  778.         <member name="F:Microsoft.Office.InfoPath.MachineState.Online">
  779.             <summary>The client computer is connected to the network.</summary>
  780.         </member>
  781.         <member name="T:Microsoft.Office.InfoPath.MailEnvelope">
  782.             <summary>Represents a custom e-mail message for sending the current form as an attachment.</summary>
  783.         </member>
  784.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.Available">
  785.             <summary>Gets whether the other properties of the <see cref="T:Microsoft.Office.InfoPath.MailEnvelope"></see> class are available to code running in the form.</summary>
  786.             <returns>true if the other properties of the <see cref="T:Microsoft.Office.InfoPath.MailEnvelope"></see> class are available to code running in the form; otherwise false.</returns>
  787.         </member>
  788.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.Bcc">
  789.             <summary>Gets or sets the blind carbon copy (BCC) addresses of the e-mail message.</summary>
  790.             <returns>The blind carbon copy (BCC) addresses of the e-mail message.</returns>
  791.         </member>
  792.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.CC">
  793.             <summary>Gets or sets the carbon copy (CC) addresses of the e-mail message. </summary>
  794.             <returns>The carbon copy (CC) addresses of the e-mail message.</returns>
  795.         </member>
  796.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.EmailAttachmentType">
  797.             <summary>Gets or sets the type of file to be attached to the e-mail message.</summary>
  798.             <returns>An <see cref="T:Microsoft.Office.InfoPath.EmailAttachmentType"></see>.</returns>
  799.         </member>
  800.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.Introduction">
  801.             <summary>Gets or sets the introduction in the body of the e-mail message.</summary>
  802.             <returns>The introduction in the body of the e-mail message.</returns>
  803.         </member>
  804.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.Subject">
  805.             <summary>Gets or sets the subject of the e-mail message.</summary>
  806.             <returns>The subject of the e-mail message.</returns>
  807.         </member>
  808.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.To">
  809.             <summary>Gets or sets the addresses of the recipients of the e-mail message.</summary>
  810.             <returns>The addresses of the recipients of the e-mail message.</returns>
  811.         </member>
  812.         <member name="P:Microsoft.Office.InfoPath.MailEnvelope.Visible">
  813.             <summary>Gets or sets the visibility of the e-mail message fields, Send toolbar, and Mail Options task pane.</summary>
  814.             <returns>true to display e-mail message fields, Send toolbar, and Mail Options task pane; false if these InfoPath features are not visible.</returns>
  815.         </member>
  816.         <member name="T:Microsoft.Office.InfoPath.MergeEventArgs">
  817.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Merge"></see> event.</summary>
  818.         </member>
  819.         <member name="P:Microsoft.Office.InfoPath.MergeEventArgs.CancelableArgs">
  820.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</summary>
  821.             <returns>A <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</returns>
  822.         </member>
  823.         <member name="P:Microsoft.Office.InfoPath.MergeEventArgs.Count">
  824.             <summary>Gets the count of the number of forms being merged in a merging operation. </summary>
  825.             <returns>The number of forms being merged.</returns>
  826.         </member>
  827.         <member name="P:Microsoft.Office.InfoPath.MergeEventArgs.Index">
  828.             <summary>Gets the zero-based index of the form that is currently being merged. </summary>
  829.             <returns>The numeric index of the form being merged.</returns>
  830.         </member>
  831.         <member name="P:Microsoft.Office.InfoPath.MergeEventArgs.Rollback">
  832.             <summary>Gets or sets a value that is used with the Cancel property to determine whether to cancel only the current form or the entire merging operation.</summary>
  833.             <returns>true if the merging operation will be rolled back; otherwise false.</returns>
  834.         </member>
  835.         <member name="P:Microsoft.Office.InfoPath.MergeEventArgs.Xml">
  836.             <summary>Gets an XPathNavigator object positioned at the root node of the underlying XML document of the form that is currently being merged.</summary>
  837.             <returns>An XPathNavigator object positioned at the root node of the form.</returns>
  838.         </member>
  839.         <member name="T:Microsoft.Office.InfoPath.MergeEventHandler">
  840.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Merge"></see> event of a form.</summary>
  841.         </member>
  842.         <member name="T:Microsoft.Office.InfoPath.Permission">
  843.             <summary>Provides access to the <see cref="T:Microsoft.Office.InfoPath.UserPermissionCollection"></see> and permission settings that can be applied to a form.</summary>
  844.         </member>
  845.         <member name="M:Microsoft.Office.InfoPath.Permission.ApplyPolicy(System.String)">
  846.             <summary>Applies a policy to the form using a policy template file.</summary>
  847.             <param name="filename">The path and file name of an Extensible Rights Markup Language (XRML) file that defines users and groups and permissions to apply to the form template.</param>
  848.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  849.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  850.         </member>
  851.         <member name="P:Microsoft.Office.InfoPath.Permission.DocumentAuthor">
  852.             <summary>Gets or sets the author of the current form as an e-mail address.</summary>
  853.             <returns>The e-mail address of the author of the form.</returns>
  854.         </member>
  855.         <member name="P:Microsoft.Office.InfoPath.Permission.Enabled">
  856.             <summary>Gets or sets whether the permission settings represented by the Permission object are enabled for the current form.</summary>
  857.             <returns>True if the permission settings are enabled; otherwise false.</returns>
  858.         </member>
  859.         <member name="P:Microsoft.Office.InfoPath.Permission.PermissionFromPolicy">
  860.             <summary>Gets or sets whether a permission policy has been applied to the current form.</summary>
  861.             <returns>True if the permission policy was applied; otherwise, false.</returns>
  862.         </member>
  863.         <member name="P:Microsoft.Office.InfoPath.Permission.PolicyDescription">
  864.             <summary>Gets a description of the policy that was applied to the current form. </summary>
  865.             <returns>The description of the policy applied to the active form or a default value if no policy was applied.</returns>
  866.         </member>
  867.         <member name="P:Microsoft.Office.InfoPath.Permission.PolicyName">
  868.             <summary>Gets the name of the policy that was applied to the current form.</summary>
  869.             <returns>The name of the policy or a default value if no policy was applied.</returns>
  870.         </member>
  871.         <member name="P:Microsoft.Office.InfoPath.Permission.RequestPermissionUrl">
  872.             <summary>Gets or sets the file, URL, or e-mail address to contact for users who need additional permissions on the current form. </summary>
  873.             <returns>The string specified in the Users can request additional permissions from text box of the Permission dialog box in InfoPath design mode, or the value set from code using this property.</returns>
  874.         </member>
  875.         <member name="P:Microsoft.Office.InfoPath.Permission.StoreLicenses">
  876.             <summary>Gets or sets whether the user's license to view the current form should be cached to allow offline viewing when the user cannot connect to a rights management server. </summary>
  877.             <returns>true if the user's license will be cached for offline viewing; otherwise false.</returns>
  878.         </member>
  879.         <member name="P:Microsoft.Office.InfoPath.Permission.UserPermissions">
  880.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.UserPermissionCollection"></see> for the current form.</summary>
  881.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermissionCollection"></see> collection that represents the users and their permissions for the current form.</returns>
  882.         </member>
  883.         <member name="T:Microsoft.Office.InfoPath.PermissionType">
  884.             <summary>Represents a user's permissions.</summary>
  885.         </member>
  886.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Change">
  887.             <summary>Allows users to view, edit, copy, and save, but not print a form. Equivalent to the Read, Edit, Save, and Extract permissions combined.</summary>
  888.         </member>
  889.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Edit">
  890.             <summary>Allows the user to edit the form.</summary>
  891.         </member>
  892.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Extract">
  893.             <summary>Allows a user with the Read permission to copy content in the form.</summary>
  894.         </member>
  895.         <member name="F:Microsoft.Office.InfoPath.PermissionType.FullControl">
  896.             <summary>Allows the user to add, change, and remove permissions for other users of a form.</summary>
  897.         </member>
  898.         <member name="F:Microsoft.Office.InfoPath.PermissionType.ObjectModel">
  899.             <summary>Allows a user to access the form document programmatically through its object model. Users without the ObjectModel permission cannot use the object model to determine their own permissions.</summary>
  900.         </member>
  901.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Print">
  902.             <summary>Allows the user to print the form.</summary>
  903.         </member>
  904.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Read">
  905.             <summary>Allows the user to read (view) the form. (The Read and View permissions are equivalent.)</summary>
  906.         </member>
  907.         <member name="F:Microsoft.Office.InfoPath.PermissionType.Save">
  908.             <summary>Allows the user to save the form.</summary>
  909.         </member>
  910.         <member name="F:Microsoft.Office.InfoPath.PermissionType.View">
  911.             <summary>Allows the user to view (read) the form. (The Read and View permissions are equivalent.) </summary>
  912.         </member>
  913.         <member name="T:Microsoft.Office.InfoPath.SaveCancelEventArgs">
  914.             <summary>Provides data to the <see cref="P:Microsoft.Office.InfoPath.SaveEventArgs.CancelableArgs"></see> property of the <see cref="T:Microsoft.Office.InfoPath.SaveEventArgs"></see> object.</summary>
  915.         </member>
  916.         <member name="P:Microsoft.Office.InfoPath.SaveCancelEventArgs.CloseIfSaveCancelled">
  917.             <summary>Gets or sets whether a dirty form (a new or changed form that hasn't been saved) can be closed when a save operation is cancelled.</summary>
  918.             <returns>true if InfoPath is allowed to close when saving a dirty form was cancelled; otherwise false.</returns>
  919.         </member>
  920.         <member name="T:Microsoft.Office.InfoPath.SaveEventArgs">
  921.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Save"></see> event of a form.</summary>
  922.         </member>
  923.         <member name="M:Microsoft.Office.InfoPath.SaveEventArgs.PerformSaveOperation">
  924.             <summary>Performs the save operation requested by the user.</summary>
  925.             <returns>true if the "save" or "save as" operation was successful; if the user cancels the operation by clicking Cancel in the Save As dialog box, returns false.</returns>
  926.         </member>
  927.         <member name="P:Microsoft.Office.InfoPath.SaveEventArgs.CancelableArgs">
  928.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.SaveCancelEventArgs"></see> object that can be used to cancel the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Save"></see> event.</summary>
  929.             <returns>A <see cref="T:Microsoft.Office.InfoPath.SaveCancelEventArgs"></see> object.</returns>
  930.         </member>
  931.         <member name="P:Microsoft.Office.InfoPath.SaveEventArgs.Filename">
  932.             <summary>Gets the file name to be used in the event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Save"></see> event. </summary>
  933.             <returns>The name of the file to be saved.</returns>
  934.         </member>
  935.         <member name="P:Microsoft.Office.InfoPath.SaveEventArgs.IsSaveAs">
  936.             <summary>Gets whether the <see cref="M:Microsoft.Office.InfoPath.SaveEventArgs.PerformSaveOperation"></see> method will be performed as a "save" operation or as a "save as" operation.</summary>
  937.             <returns>true if the PerformSaveOperation method will be performed as a "save as" operation; false if the method will be performed as a "save" operation.</returns>
  938.         </member>
  939.         <member name="T:Microsoft.Office.InfoPath.SaveEventHandler">
  940.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Save"></see> event of a form.</summary>
  941.         </member>
  942.         <member name="T:Microsoft.Office.InfoPath.SharepointListQueryConnection">
  943.             <summary>Represents a connection for retrieving data from a SharePoint list or document library.</summary>
  944.         </member>
  945.         <member name="M:Microsoft.Office.InfoPath.SharepointListQueryConnection.Execute(System.Xml.XPath.XPathNavigator)">
  946.             <summary>Overrides the default <see cref="M:Microsoft.Office.InfoPath.DataConnection.Execute"></see> method to allow specifying a different location to insert the data that is returned.</summary>
  947.             <param name="output">An <see cref="T:System.Xml.XPathNavigator"></see> that specifies an XML node in the primary or a secondary data source of the form into which to insert the returned data. The XPathNavigator passed as the output parameter can also specify to insert the data into any XML file on the local computer, or into a System.Xml.XmlDocument held in memory.</param>
  948.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  949.             <exception cref="System.Net.WebException">The query operation failed.</exception>
  950.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  951.         </member>
  952.         <member name="P:Microsoft.Office.InfoPath.SharepointListQueryConnection.QueryThisFormOnly">
  953.             <summary>Gets whether the query operation will apply only to the current form.</summary>
  954.             <returns>true if the query applies only to the current form; otherwise false.</returns>
  955.         </member>
  956.         <member name="P:Microsoft.Office.InfoPath.SharepointListQueryConnection.SiteUrl">
  957.             <summary>Gets a System.Uri object that represents the Uniform Resource Locator (URL) of the Windows SharePoint Services site associated with the <see cref="T:Microsoft.Office.InfoPath.SharepointListQueryConnection"></see> object.</summary>
  958.             <returns>A System.Uri object that represents the Uniform Resource Locator (URL) of the Windows SharePoint Services site associated with the <see cref="T:Microsoft.Office.InfoPath.SharepointListQueryConnection"></see> object.</returns>
  959.         </member>
  960.         <member name="T:Microsoft.Office.InfoPath.Signature">
  961.             <summary>Represents a digital signature that has been added to a form or a set of signed data in a form.</summary>
  962.         </member>
  963.         <member name="M:Microsoft.Office.InfoPath.Signature.Sign">
  964.             <summary>Writes the XML digital signature block and computes the cryptographic hash for the signed data.</summary>
  965.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  966.             <exception cref="System.InvalidOperation(IDS_DOM_READONLY)">Form code attempted to write to the underlying XML document after signing was initiated.</exception>
  967.         </member>
  968.         <member name="P:Microsoft.Office.InfoPath.Signature.Certificate">
  969.             <summary>Gets the <see cref="T:Microsoft.Office.InfoPath.Certificate"></see> object that represents the X.509 digital certificate that was used to sign a form or a set of signed data in a form.</summary>
  970.             <returns>A <see cref="T:Microsoft.Office.InfoPath.Certificate"></see> object that represents the X.509 digital certificate that was used to sign a form or a set of signed data in a form.</returns>
  971.         </member>
  972.         <member name="P:Microsoft.Office.InfoPath.Signature.Comment">
  973.             <summary>Gets the text comment that the user added to the digital signature associated with a form or a set of signed data in a form.</summary>
  974.             <returns>The comment that the user added to the digital signature associated with a form or a set of signed data in a form.</returns>
  975.         </member>
  976.         <member name="P:Microsoft.Office.InfoPath.Signature.SignatureBlockXmlNode">
  977.             <summary>Gets a System.Xml.XPathNavigator object positioned at the XML node that contains a digital signature.</summary>
  978.             <returns>A System.Xml.XPathNavigator object positioned at the XML node that contains a digital signature.</returns>
  979.         </member>
  980.         <member name="P:Microsoft.Office.InfoPath.Signature.Status">
  981.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.SignatureStatus"></see> value that specifies the status of the associated digital signature.</summary>
  982.             <returns>A <see cref="T:Microsoft.Office.InfoPath.SignatureStatus"></see> value that specifies the status of the associated digital signature.</returns>
  983.         </member>
  984.         <member name="T:Microsoft.Office.InfoPath.SignatureCollection">
  985.             <summary>Contains a <see cref="T:Microsoft.Office.InfoPath.Signature"></see> object for each digital signature applied to a form or to a set of signable data represented by a <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  986.         </member>
  987.         <member name="M:Microsoft.Office.InfoPath.SignatureCollection.CreateSignature">
  988.             <summary>Creates a new <see cref="T:Microsoft.Office.InfoPath.Signature"></see> object without adding it to the form.</summary>
  989.             <returns>A new <see cref="T:Microsoft.Office.InfoPath.Signature"></see> object that contains a snapshot of the view plus additional signature information.</returns>
  990.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  991.         </member>
  992.         <member name="M:Microsoft.Office.InfoPath.SignatureCollection.GetEnumerator">
  993.             <summary>Gets a System.Collections.IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.SignatureCollection"></see> object.</summary>
  994.             <returns>An IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.SignatureCollection"></see> object. </returns>
  995.         </member>
  996.         <member name="P:Microsoft.Office.InfoPath.SignatureCollection.Count">
  997.             <summary>Gets the number of <see cref="T:Microsoft.Office.InfoPath.Signature"></see> objects in the collection.</summary>
  998.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.Signature"></see> objects in the collection.</returns>
  999.         </member>
  1000.         <member name="P:Microsoft.Office.InfoPath.SignatureCollection.Item(System.Int32)">
  1001.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.Signature"></see> object from the <see cref="T:Microsoft.Office.InfoPath.SignatureCollection"></see> object.</summary>
  1002.             <returns>The <see cref="T:Microsoft.Office.InfoPath.Signature"></see> object that corresponds to the specified index value.</returns>
  1003.             <param name="index">The zero-based index for the Signature object to return. The value specified must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.InfoPath.SignatureCollection.Count"></see> property minus 1.</param>
  1004.             <exception cref="System.IndexOutOfRangeException">The index value is out of range.</exception>
  1005.         </member>
  1006.         <member name="T:Microsoft.Office.InfoPath.SignatureRelation">
  1007.             <summary>Specifies the relationship defined for how multiple signatures can be applied to a set of data that can be signed.</summary>
  1008.         </member>
  1009.         <member name="F:Microsoft.Office.InfoPath.SignatureRelation.Cosign">
  1010.             <summary>Signatures are independent of each other in the SignedDateBlock.</summary>
  1011.         </member>
  1012.         <member name="F:Microsoft.Office.InfoPath.SignatureRelation.CounterSign">
  1013.             <summary>Each signature signs the preceding signature in the SignedDateBlock.</summary>
  1014.         </member>
  1015.         <member name="F:Microsoft.Office.InfoPath.SignatureRelation.Single">
  1016.             <summary>Only one signature is allowed in the SignedDateBlock.</summary>
  1017.         </member>
  1018.         <member name="T:Microsoft.Office.InfoPath.SignatureStatus">
  1019.             <summary>Specifies the status of a digital signature.</summary>
  1020.         </member>
  1021.         <member name="F:Microsoft.Office.InfoPath.SignatureStatus.Error">
  1022.             <summary>The status of the specified digital signature cannot be determined.</summary>
  1023.         </member>
  1024.         <member name="F:Microsoft.Office.InfoPath.SignatureStatus.Invalid">
  1025.             <summary>The specified digital signature is invalid.</summary>
  1026.         </member>
  1027.         <member name="F:Microsoft.Office.InfoPath.SignatureStatus.Unsupported">
  1028.             <summary>The specified digital signature is not supported by Microsoft Office InfoPath 2007.</summary>
  1029.         </member>
  1030.         <member name="F:Microsoft.Office.InfoPath.SignatureStatus.Valid">
  1031.             <summary>The specified digital signature is valid.</summary>
  1032.         </member>
  1033.         <member name="T:Microsoft.Office.InfoPath.SignedDataBlock">
  1034.             <summary>Represents a set of data in a form that can be signed.</summary>
  1035.         </member>
  1036.         <member name="M:Microsoft.Office.InfoPath.SignedDataBlock.Sign">
  1037.             <summary>Invokes the Sign dialog box for adding a digital signature to the set of signable data represented by the specified SignedDataBlock object.</summary>
  1038.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1039.             <exception cref="System.InvalidOperation(IDS_DOM_READONLY)">Form code attempted to write to the underlying XML document after signing was initiated.</exception>
  1040.         </member>
  1041.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.Caption">
  1042.             <summary>Gets the signature confirmation message defined for the set of signable data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1043.             <returns>The signature confirmation message defined for the set of signable data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1044.         </member>
  1045.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.Name">
  1046.             <summary>Gets the friendly name of a <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1047.             <returns>The friendly name of a <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1048.         </member>
  1049.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.SignatureContainer">
  1050.             <summary>Gets a System.Xml.XPathNavigator object positioned at the root XML node of the subtree in the form that contains the signatures applied to the set of data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1051.             <returns>An System.Xml.XPathNavigator object positioned at the root XML node of the subtree in the form that contains the signatures applied to the set of data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1052.         </member>
  1053.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.SignatureRelation">
  1054.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.SignatureRelation"></see> value that specifies the relationship defined for how multiple signatures can be applied to the set of data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1055.             <returns>A <see cref="T:Microsoft.Office.InfoPath.SignatureRelation"></see> value that specifies the relationship defined for how multiple signatures can be applied to the set of data represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1056.         </member>
  1057.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.Signatures">
  1058.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.SignatureCollection"></see> object associated with the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1059.             <returns>The <see cref="T:Microsoft.Office.InfoPath.SignatureCollection"></see> object associated with the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1060.         </member>
  1061.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlock.XPath">
  1062.             <summary>Gets the XPath expression for the set of signable data that is represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</summary>
  1063.             <returns>The XPath expression for the set of signable data that is represented by the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object.</returns>
  1064.         </member>
  1065.         <member name="T:Microsoft.Office.InfoPath.SignedDataBlockCollection">
  1066.             <summary>The collection of <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> objects that correspond to the sets of signable data in the form template as defined in the form definition file (.xsf).</summary>
  1067.         </member>
  1068.         <member name="M:Microsoft.Office.InfoPath.SignedDataBlockCollection.GetEnumerator">
  1069.             <summary>Gets a System.Collections.IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlockCollection"></see> collection.</summary>
  1070.             <returns>A System.Collections.IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlockCollection"></see> object.</returns>
  1071.         </member>
  1072.         <member name="M:Microsoft.Office.InfoPath.SignedDataBlockCollection.ShowSignatureDialog">
  1073.             <summary>Displays the Digital Signatures dialog box.</summary>
  1074.         </member>
  1075.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlockCollection.Count">
  1076.             <summary>Gets the number of <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> objects defined in the form template.</summary>
  1077.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> objects defined in the form template</returns>
  1078.         </member>
  1079.         <member name="P:Microsoft.Office.InfoPath.SignedDataBlockCollection.Item(System.Int32)">
  1080.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object from the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlockCollection"></see> object based on index position.</summary>
  1081.             <returns>The <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> object that corresponds to the specified index value.</returns>
  1082.             <param name="index">The zero-based index of the SignedDataBlock object to retrieve. The specified value must be a number from 0 to the value of the collection's <see cref="P:Microsoft.Office.InfoPath.SignatureCollection.Count"></see> property minus 1.</param>
  1083.             <exception cref="System.IndexOutOfRangeException">The index value is out of range.</exception>
  1084.         </member>
  1085.         <member name="T:Microsoft.Office.InfoPath.SignEventArgs">
  1086.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Sign"></see> event of a form.</summary>
  1087.         </member>
  1088.         <member name="P:Microsoft.Office.InfoPath.SignEventArgs.SignatureWizard">
  1089.             <summary>Gets or sets whether to display the Digital Signatures dialog box.</summary>
  1090.             <returns>true to display the Digital Signatures dialog box; otherwise false.</returns>
  1091.         </member>
  1092.         <member name="P:Microsoft.Office.InfoPath.SignEventArgs.SignedDataBlock">
  1093.             <summary>Gets the set of signable data that raised the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Sign"></see> event. </summary>
  1094.             <returns>A <see cref="T:Microsoft.Office.SignedDataBlock"></see> that represents the set of signable data that raised the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Sign"></see> event.</returns>
  1095.         </member>
  1096.         <member name="T:Microsoft.Office.InfoPath.SignEventHandler">
  1097.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Sign"></see> event of a form.</summary>
  1098.         </member>
  1099.         <member name="T:Microsoft.Office.InfoPath.SubmitEventArgs">
  1100.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Submit"></see> event.</summary>
  1101.         </member>
  1102.         <member name="P:Microsoft.Office.InfoPath.SubmitEventArgs.CancelableArgs">
  1103.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</summary>
  1104.             <returns>A <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object which provides access to properties for cancelling the event and displaying a custom message.</returns>
  1105.         </member>
  1106.         <member name="T:Microsoft.Office.InfoPath.SubmitEventHandler">
  1107.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Submit"></see> event of a form.</summary>
  1108.         </member>
  1109.         <member name="T:Microsoft.Office.InfoPath.SubmitToHostConnection">
  1110.             <summary>Represents a connection for submitting data to a hosting environment.</summary>
  1111.         </member>
  1112.         <member name="T:Microsoft.Office.InfoPath.TaskPane">
  1113.             <summary>Represents the task pane that is associated with the current window in Microsoft Office InfoPath 2007.</summary>
  1114.         </member>
  1115.         <member name="P:Microsoft.Office.InfoPath.TaskPane.TaskPaneType">
  1116.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.TaskPaneType"></see> value indicating the type of task pane represented by the <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object. </summary>
  1117.             <returns>A <see cref="T:Microsoft.Office.InfoPath.TaskPaneType"></see> value that indicates the type of task pane represented by the <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object.</returns>
  1118.         </member>
  1119.         <member name="P:Microsoft.Office.InfoPath.TaskPane.Visible">
  1120.             <summary>Gets or sets whether the task pane represented by the <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object is visible in the Microsoft Office InfoPath 2007 user interface.</summary>
  1121.             <returns>true if the task pane is visible; otherwise false.</returns>
  1122.         </member>
  1123.         <member name="T:Microsoft.Office.InfoPath.TaskPaneCollection">
  1124.             <summary>Contains a collection of <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> objects that represent the task panes associated with a window in Microsoft Office InfoPath 2007.</summary>
  1125.         </member>
  1126.         <member name="M:Microsoft.Office.InfoPath.TaskPaneCollection.GetEnumerator">
  1127.             <summary>Gets an IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.TaskPaneCollection"></see> collection.</summary>
  1128.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.TaskPaneCollection"></see> collection.</returns>
  1129.         </member>
  1130.         <member name="P:Microsoft.Office.InfoPath.TaskPaneCollection.Count">
  1131.             <summary>Gets a count of the <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> objects contained in the collection. </summary>
  1132.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> objects contained in the collection.</returns>
  1133.         </member>
  1134.         <member name="P:Microsoft.Office.InfoPath.TaskPaneCollection.Item(System.Int32)">
  1135.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object from the collection by index value.</summary>
  1136.             <returns>The <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object that corresponds to the specified index value.</returns>
  1137.             <param name="index">The zero-based index of the TaskPane object to return.</param>
  1138.             <exception cref="System.IndexOutOfRangeException">The index value provided was out of range.</exception>
  1139.         </member>
  1140.         <member name="P:Microsoft.Office.InfoPath.TaskPaneCollection.Item(Microsoft.Office.InfoPath.TaskPaneType)">
  1141.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object from the collection by enumerated type.</summary>
  1142.             <returns>The <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> object that corresponds to the specified <see cref="T:Microsoft.Office.InfoPath.TaskPaneType"></see>.</returns>
  1143.             <param name="type">The <see cref="T:Microsoft.Office.InfoPath.TaskPaneType"></see>  of the type of task pane to return.</param>
  1144.         </member>
  1145.         <member name="T:Microsoft.Office.InfoPath.TaskPaneType">
  1146.             <summary>Specifies the type of task pane that is currently selected.</summary>
  1147.         </member>
  1148.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.BulletsNumbering">
  1149.             <summary>The Bullets and Numbering task pane. Used for applying bullet and numbering styles to a form</summary>
  1150.         </member>
  1151.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.ClipArt">
  1152.             <summary>The Clip Art task pane. Used for inserting clip art into a form.</summary>
  1153.         </member>
  1154.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.Find">
  1155.             <summary>The Find task pane. Used to search for text in a form.</summary>
  1156.         </member>
  1157.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.Formatting">
  1158.             <summary>The Font task pane. Used to format text.</summary>
  1159.         </member>
  1160.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.Html">
  1161.             <summary>The InfoPath custom task pane. Used by form developers to provide extra form functionality.</summary>
  1162.         </member>
  1163.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.ParagraphFormatting">
  1164.             <summary>The Paragraph task pane. Used to configure properties of paragraphs including alignment and spacing. </summary>
  1165.         </member>
  1166.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.Replace">
  1167.             <summary>The Replace task pane. Used to find and replace text in a form. </summary>
  1168.         </member>
  1169.         <member name="F:Microsoft.Office.InfoPath.TaskPaneType.Spelling">
  1170.             <summary>The Spelling task pane. Used to check the spelling in a form. </summary>
  1171.         </member>
  1172.         <member name="T:Microsoft.Office.InfoPath.User">
  1173.             <summary>Provides properties and a method that can be used to return information about the current user.</summary>
  1174.         </member>
  1175.         <member name="M:Microsoft.Office.InfoPath.User.IsUserMemberOf(System.String)">
  1176.             <summary>Gets whether the current user is a member of the specified group.</summary>
  1177.             <returns>true if the current user is a member of the specified group; otherwise false.</returns>
  1178.             <param name="groupName">The group name in the format of domain\groupname.</param>
  1179.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1180.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1181.         </member>
  1182.         <member name="P:Microsoft.Office.InfoPath.User.LoginName">
  1183.             <summary>Gets the user's full credentials.</summary>
  1184.             <returns>The user's credentials as domain\username.</returns>
  1185.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1186.         </member>
  1187.         <member name="P:Microsoft.Office.InfoPath.User.UserName">
  1188.             <summary>Gets only the user's username.</summary>
  1189.             <returns>The user's username.</returns>
  1190.         </member>
  1191.         <member name="T:Microsoft.Office.InfoPath.UserPermission">
  1192.             <summary>Represents a member of the current form's <see cref="T:Microsoft.Office.InfoPath.UserPermissionCollection"></see> collection.</summary>
  1193.         </member>
  1194.         <member name="M:Microsoft.Office.InfoPath.UserPermission.Remove">
  1195.             <summary>Removes the current UserPermission object from the form's permissions.</summary>
  1196.         </member>
  1197.         <member name="P:Microsoft.Office.InfoPath.UserPermission.ExpirationDate">
  1198.             <summary>Gets or sets the optional expiration date for the permissions on the current form assigned to the user associated with an instance of the <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> class.</summary>
  1199.             <returns>A System.DateTime that represents the expiration date for the user associated with the UserPermission object.</returns>
  1200.         </member>
  1201.         <member name="P:Microsoft.Office.InfoPath.UserPermission.Permission">
  1202.             <summary>Gets or sets a value representing the permissions on the current form assigned to the user associated with an instance of the <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> class. </summary>
  1203.             <returns>One or a combination of <see cref="T:Microsoft.Office.InfoPath.PermissionType"></see> constants.</returns>
  1204.         </member>
  1205.         <member name="P:Microsoft.Office.InfoPath.UserPermission.UserId">
  1206.             <summary>Gets the e-mail address of the user whose permissions on the current form are determined by the specified <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object.</summary>
  1207.             <returns>The user's e-mail address.</returns>
  1208.         </member>
  1209.         <member name="T:Microsoft.Office.InfoPath.UserPermissionCollection">
  1210.             <summary>Represents the collection of <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> objects associated with the current form.</summary>
  1211.         </member>
  1212.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.Add(System.String)">
  1213.             <summary>Adds a new user to the current form. </summary>
  1214.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object that represents the specified user.</returns>
  1215.             <param name="userId">The e-mail address in the format user@domain.com of the user to whom permissions on the current form are being granted.</param>
  1216.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1217.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1218.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1219.         </member>
  1220.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.Add(System.String,System.DateTime)">
  1221.             <summary>Add a new user to the current form with an expiration date.</summary>
  1222.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object that represents the specified user.</returns>
  1223.             <param name="expirationDate">The expiration date for the permissions that are being granted as a System.DateTime value.</param>
  1224.             <param name="userId">The e-mail address in the format user@domain.com of the user to whom permissions on the current form are being granted.</param>
  1225.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1226.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1227.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1228.         </member>
  1229.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.Add(System.String,Microsoft.Office.InfoPath.PermissionType)">
  1230.             <summary>Adds a new user with the specified permissions.</summary>
  1231.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see>.object that represents the specified user.</returns>
  1232.             <param name="permission">The permissions on the current form that are being granted to the specified user as a combination of one or more <see cref="T:Microsoft.Office.InfoPath.PermissionType"></see> values.</param>
  1233.             <param name="userId">The e-mail address in the format user@domain.com of the user to whom permissions on the current form are being granted.</param>
  1234.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1235.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1236.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1237.         </member>
  1238.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.Add(System.String,Microsoft.Office.InfoPath.PermissionType,System.DateTime)">
  1239.             <summary>Creates a new set of permissions on the current form for the specified user with the specified permissions and an expiration date.</summary>
  1240.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> that represents the specified user.</returns>
  1241.             <param name="permission">The permissions on the current form that are being granted to the specified user as a combination of one or more <see cref="T:Microsoft.Office.InfoPath.PermissionType"></see> values.</param>
  1242.             <param name="expirationDate">The expiration date for the permissions that are being granted as a System.DateTime value.</param>
  1243.             <param name="userId">The e-mail address in the format user@domain.com of the user to whom permissions on the current form are being granted.</param>
  1244.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1245.             <exception cref="System.FormatException">The DateTime value provided is invalid.</exception>
  1246.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1247.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1248.         </member>
  1249.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.GetEnumerator">
  1250.             <summary>Gets an IEnumerator for iterating over the collection.</summary>
  1251.             <returns>A System.IEnumerator</returns>
  1252.         </member>
  1253.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.Remove(System.String)">
  1254.             <summary>Removes the <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object with the specified <see cref="P:Microsoft.Office.InfoPath.UserPermission.UserId"></see> from the collection.</summary>
  1255.             <param name="userId">The e-mail address in the format user@domain.com of the user to be removed.</param>
  1256.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1257.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1258.         </member>
  1259.         <member name="M:Microsoft.Office.InfoPath.UserPermissionCollection.RemoveAll">
  1260.             <summary>Removes all <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> objects from the collection.</summary>
  1261.         </member>
  1262.         <member name="P:Microsoft.Office.InfoPath.UserPermissionCollection.Count">
  1263.             <summary>Gets the number of <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> objects in the collection.</summary>
  1264.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> objects in the collection.</returns>
  1265.         </member>
  1266.         <member name="P:Microsoft.Office.InfoPath.UserPermissionCollection.Item(System.Int32)">
  1267.             <summary>Gets the <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object at the specified index in the collection. </summary>
  1268.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object that represents the specified user.</returns>
  1269.             <param name="index">The zero-based index of the UserPermission object to retrieve.</param>
  1270.         </member>
  1271.         <member name="P:Microsoft.Office.InfoPath.UserPermissionCollection.Item(System.String)">
  1272.             <summary>Get the <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> object with the specified <see cref="P:Microsoft.Office.InfoPath.UserPermission.UserId"></see> from the collection. </summary>
  1273.             <returns>A <see cref="T:Microsoft.Office.InfoPath.UserPermission"></see> that represents the specified user. Returns null if the specified userId does not exist.</returns>
  1274.             <param name="userId">The e-mail address of the specified user.</param>
  1275.         </member>
  1276.         <member name="T:Microsoft.Office.InfoPath.VersionUpgradeEventArgs">
  1277.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.VersionUpgrade"></see> event of a form. </summary>
  1278.         </member>
  1279.         <member name="P:Microsoft.Office.InfoPath.VersionUpgradeEventArgs.CancelableArgs">
  1280.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</summary>
  1281.             <returns>A <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object.</returns>
  1282.         </member>
  1283.         <member name="P:Microsoft.Office.InfoPath.VersionUpgradeEventArgs.DocumentVersion">
  1284.             <summary>Gets the version number of the form document being upgraded. </summary>
  1285.             <returns>The version number of the form.</returns>
  1286.         </member>
  1287.         <member name="P:Microsoft.Office.InfoPath.VersionUpgradeEventArgs.FormTemplateVersion">
  1288.             <summary>Gets the version number of the form template associated with the form being upgraded.</summary>
  1289.             <returns>The version number of the form template.</returns>
  1290.         </member>
  1291.         <member name="T:Microsoft.Office.InfoPath.VersionUpgradeEventHandler">
  1292.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.VersionUpgrade"></see> event of a form.</summary>
  1293.         </member>
  1294.         <member name="T:Microsoft.Office.InfoPath.View">
  1295.             <summary>Represents a view within a form.</summary>
  1296.         </member>
  1297.         <member name="M:Microsoft.Office.InfoPath.View.DisableAutoUpdate">
  1298.             <summary>Disables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  1299.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(DisableAutoUpdate))">The DisableAutoUpdate method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1300.         </member>
  1301.         <member name="M:Microsoft.Office.InfoPath.View.EnableAutoUpdate">
  1302.             <summary>Enables automatic synchronization between a form's underlying XML document and the associated view.</summary>
  1303.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(EnableAutoUpdate))">The EnableAutoUpdate method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1304.         </member>
  1305.         <member name="M:Microsoft.Office.InfoPath.View.ExecuteAction(Microsoft.Office.InfoPath.ActionType)">
  1306.             <summary>Executes an editing command against a form's underlying XML document, based on the data currently selected in the view.</summary>
  1307.             <param name="action">An <see cref="T:Microsoft.Office.InfoPath.ActionType"></see> enumeration that specifies the action to perform.</param>
  1308.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1309.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(ExecuteAction))">The ExecuteAction method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1310.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1311.         </member>
  1312.         <member name="M:Microsoft.Office.InfoPath.View.ExecuteAction(Microsoft.Office.InfoPath.ActionType,System.String)">
  1313.             <summary>Executes an editing command against a form's underlying XML document, based on the specified field or group.</summary>
  1314.             <param name="action">An <see cref="T:Microsoft.Office.InfoPath.ActionType"></see> enumeration that specifies the action to perform.</param>
  1315.             <param name="xmlToEdit">The ViewContext identifier of the field or group to which to apply the editing action.</param>
  1316.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1317.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1318.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(EnableAutoUpdate))">The ExecuteAction method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1319.         </member>
  1320.         <member name="M:Microsoft.Office.InfoPath.View.Export(System.String,Microsoft.Office.InfoPath.ExportFormat)">
  1321.             <summary>Exports the view to a file of the specified format.</summary>
  1322.             <param name="fileLocation">The directory location that the exported view file will be written to.</param>
  1323.             <param name="format">A <see cref="T:Microsoft.Office.InfoPath.ExportFormat"></see> enumeration that specifies the type of file format to export to.</param>
  1324.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1325.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Export))">The Export method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1326.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1327.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1328.         </member>
  1329.         <member name="M:Microsoft.Office.InfoPath.View.ForceUpdate">
  1330.             <summary>Forces synchronization between a form's underlying XML document and the associated view.</summary>
  1331.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(ForceUpdate))">The ForceUpdate method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1332.         </member>
  1333.         <member name="M:Microsoft.Office.InfoPath.View.GetContextNodes">
  1334.             <summary>Gets a reference to an <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> for iterating over the returned XML nodes in the current selection.</summary>
  1335.             <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that is populated with the nodes in the current selection.</returns>
  1336.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(GetContextNodes))">The GetContextNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1337.         </member>
  1338.         <member name="M:Microsoft.Office.InfoPath.View.GetContextNodes(System.Xml.XPath.XPathNavigator)">
  1339.             <summary>Gets a reference to an <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object for iterating over the returned XML nodes starting from the specified node.</summary>
  1340.             <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that is populated with the nodes starting from the specified node.</returns>
  1341.             <param name="xmlNode">An XPathNavigator object that specifies an XML node.</param>
  1342.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(GetContextNodes))">The GetContextNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1343.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1344.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1345.         </member>
  1346.         <member name="M:Microsoft.Office.InfoPath.View.GetContextNodes(System.Xml.XPath.XPathNavigator,System.String)">
  1347.             <summary>Gets a reference to an <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> for iterating over the returned XML nodes in the current selection within the control bound to the specified control.</summary>
  1348.             <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> that is populated with the nodes in the current selection.</returns>
  1349.             <param name="controlId">The ViewContext identifier of the control that contains the currently selected XML nodes to return.</param>
  1350.             <param name="xmlNode">An XPathNavigator object that specifies the node to get.</param>
  1351.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(GetContextNodes))">The GetContextNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1352.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1353.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1354.         </member>
  1355.         <member name="M:Microsoft.Office.InfoPath.View.GetSelectedNodes">
  1356.             <summary>Gets a reference to an <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> object for iterating over all XML nodes in the current selection of items in a view.</summary>
  1357.             <returns>An <see cref="T:System.Xml.XPath.XPathNodeIterator"></see> for iterating all over nodes in the current selection.</returns>
  1358.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(GetSelectedNodes))">The GetSelectedNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1359.         </member>
  1360.         <member name="M:Microsoft.Office.InfoPath.View.SelectNodes(System.Xml.XPath.XPathNavigator)">
  1361.             <summary>Selects a range of nodes in a view based on the specified starting XML node.</summary>
  1362.             <param name="startNode">An XPathNavigator object that specifies the start node for the selection.</param>
  1363.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SelectNodes))">The SelectNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1364.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1365.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1366.         </member>
  1367.         <member name="M:Microsoft.Office.InfoPath.View.SelectNodes(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator)">
  1368.             <summary>Selects a range of nodes in a view based on the specified starting XML node and ending XML node.</summary>
  1369.             <param name="endNode">An XPathNavigator object that specifies the end node for the selection.</param>
  1370.             <param name="startNode">An XPathNavigator object that specifies the start node for the selection.</param>
  1371.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SelectNodes))">The SelectNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1372.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1373.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1374.         </member>
  1375.         <member name="M:Microsoft.Office.InfoPath.View.SelectNodes(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator,System.String)">
  1376.             <summary>Selects a range of nodes in a view based on the specified starting XML node, the ending XML node, and the specified control.</summary>
  1377.             <param name="endNode">An XPathNavigator object that specifies the end node for the selection.</param>
  1378.             <param name="viewContext">The ViewContext identifier for the control or group in which to select text.</param>
  1379.             <param name="startNode">An XPathNavigator object that specifies the start node for the selection.</param>
  1380.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SelectNodes))">The SelectNodes method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1381.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1382.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1383.         </member>
  1384.         <member name="M:Microsoft.Office.InfoPath.View.SelectText(System.Xml.XPath.XPathNavigator)">
  1385.             <summary>Selects the text contained in an editable control that is bound to the node specified by the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object passed to this method.</summary>
  1386.             <param name="xmlNode">An XPathNavigator object that specifies the text to select.</param>
  1387.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1388.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SelectText))">The SelectText method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1389.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1390.         </member>
  1391.         <member name="M:Microsoft.Office.InfoPath.View.SelectText(System.Xml.XPath.XPathNavigator,System.String)">
  1392.             <summary>Selects the text contained in an editable control that is bound to the node specified by the <see cref="T:System.Xml.XPath.XPathNavigator"></see> object and ViewContext identifier of the control.</summary>
  1393.             <param name="xmlNode">An XPathNavigator object that specifies the text to select.</param>
  1394.             <param name="viewContext">The ViewContext identifier for the control in which to select text.</param>
  1395.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1396.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SelectText))">The SelectText method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1397.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1398.         </member>
  1399.         <member name="M:Microsoft.Office.InfoPath.View.ShowMailItem(System.String,System.String,System.String,System.String,System.String)">
  1400.             <summary>Creates an e-mail message containing the current view.</summary>
  1401.             <param name="destinationCC">The addresses for the CC field of the e-mail message.</param>
  1402.             <param name="subject">The Subject field of the e-mail message.</param>
  1403.             <param name="destinationBcc">The addresses for the BCC field of the e-mail message.</param>
  1404.             <param name="body">The text for the body of the e-mail message.</param>
  1405.             <param name="destinationTo">The addresses for the To field of the e-mail message.</param>
  1406.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1407.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1408.         </member>
  1409.         <member name="P:Microsoft.Office.InfoPath.View.ViewInfo">
  1410.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object associated with the view.</summary>
  1411.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> associated with the current view.</returns>
  1412.         </member>
  1413.         <member name="P:Microsoft.Office.InfoPath.View.Window">
  1414.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.InfoPath.Window"></see> object associated with the view.</summary>
  1415.             <returns>A <see cref="T:Microsoft.Office.InfoPath.Window"></see> associated with the current view.</returns>
  1416.         </member>
  1417.         <member name="T:Microsoft.Office.InfoPath.ViewInfo">
  1418.             <summary>Contains descriptive information about a view within a form.</summary>
  1419.         </member>
  1420.         <member name="P:Microsoft.Office.InfoPath.ViewInfo.Caption">
  1421.             <summary>Gets the value of the caption attribute of the xsf:view element associated with the view in the form definition file (.xsf).</summary>
  1422.             <returns>The value of the caption attribute of the xsf:view element associated with the view in the form definition file (.xsf)</returns>
  1423.         </member>
  1424.         <member name="P:Microsoft.Office.InfoPath.ViewInfo.HideName">
  1425.             <summary>Gets whether the name of the view is set to be hidden on the View menu.</summary>
  1426.             <returns>true if the name of the view is set to be hidden; otherwise false.</returns>
  1427.         </member>
  1428.         <member name="P:Microsoft.Office.InfoPath.ViewInfo.Name">
  1429.             <summary>Gets the name of the view that is associated with the <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object.</summary>
  1430.             <returns>The name of the view that is associated with the <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object.</returns>
  1431.         </member>
  1432.         <member name="T:Microsoft.Office.InfoPath.ViewInfoCollection">
  1433.             <summary>Contains a <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object for each view within a form.</summary>
  1434.         </member>
  1435.         <member name="M:Microsoft.Office.InfoPath.ViewInfoCollection.GetEnumerator">
  1436.             <summary>Gets an IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> object.</summary>
  1437.             <returns>An IEnumerator object that iterates over all the entries in the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> object.</returns>
  1438.         </member>
  1439.         <member name="M:Microsoft.Office.InfoPath.ViewInfoCollection.SwitchView(System.String)">
  1440.             <summary>Switches the current view to the specified view by name.</summary>
  1441.             <param name="name">The name of the view to switch to.</param>
  1442.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SwitchView))">The SwitchView method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> or <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> events.</exception>
  1443.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1444.             <exception cref="System.ArgumentException(IDS_VIEW_DOESNT_EXIST)">The view name does not exist.</exception>
  1445.         </member>
  1446.         <member name="M:Microsoft.Office.InfoPath.ViewInfoCollection.SwitchView(Microsoft.Office.InfoPath.ViewInfo)">
  1447.             <summary>Switches the current view to the view represented by the specified <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object.</summary>
  1448.             <param name="view">The ViewObject that represents the view to switch to.</param>
  1449.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SwitchView))">The SwitchView method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> or <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> events.</exception>
  1450.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1451.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1452.         </member>
  1453.         <member name="P:Microsoft.Office.InfoPath.ViewInfoCollection.Count">
  1454.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection.</summary>
  1455.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection.</returns>
  1456.         </member>
  1457.         <member name="P:Microsoft.Office.InfoPath.ViewInfoCollection.Default">
  1458.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object that represents the default view as it is set in the form template.</summary>
  1459.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object that represents the default view as it is set in the form template.</returns>
  1460.         </member>
  1461.         <member name="P:Microsoft.Office.InfoPath.ViewInfoCollection.Initial">
  1462.             <summary>Gets or sets the <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object that represents the initial view of the form.</summary>
  1463.             <returns>The <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object that represents the initial view of the form.</returns>
  1464.             <exception cref="InvalidArgumentException(IDS_VIEW_DOESNT_EXIST))">The specified ViewInfo object doesn't exist.</exception>
  1465.         </member>
  1466.         <member name="P:Microsoft.Office.InfoPath.ViewInfoCollection.Item(System.Int32)">
  1467.             <summary>Gets the specified <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object from the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection by index value.</summary>
  1468.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object from the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection that corresponds to the specified index value.</returns>
  1469.             <param name="index">The zero-based index of the ViewInfo object to get.</param>
  1470.             <exception cref="System.IndexOutOfRangeException">The specified index is out of range.</exception>
  1471.         </member>
  1472.         <member name="P:Microsoft.Office.InfoPath.ViewInfoCollection.Item(System.String)">
  1473.             <summary>Gets the specified <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object from the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection by name.</summary>
  1474.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> object from the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> collection that corresponds to the specified name.</returns>
  1475.             <param name="viewName">The name of the ViewInfo object to get.</param>
  1476.             <exception cref="InvalidArgumentException(IDS_VIEW_DOESNT_EXIST(<viewName>))">The specified view name doesn't exist, or a null or empty value was passed.</exception>
  1477.         </member>
  1478.         <member name="T:Microsoft.Office.InfoPath.ViewSwitchedEventArgs">
  1479.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> event of a form.</summary>
  1480.         </member>
  1481.         <member name="T:Microsoft.Office.InfoPath.ViewSwitchedEventHandler">
  1482.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> event of a form.</summary>
  1483.         </member>
  1484.         <member name="T:Microsoft.Office.InfoPath.WebServiceConnection">
  1485.             <summary>Represents a connection to an XML Web service.</summary>
  1486.         </member>
  1487.         <member name="M:Microsoft.Office.InfoPath.WebServiceConnection.Execute(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator)">
  1488.             <summary>Overrides the default <see cref="M:Microsoft.Office.InfoPath.DataConnection.Execute"></see> method inherited from the <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> base class to allow specifying a different source of data to submit, a different location to insert the data that is returned, or a location to insert any error text returned.</summary>
  1489.             <param name="output">An XPathNavigator object that is positioned at the XML node under which to insert the contents of the <SOAP:Body> element returned by the Web service. For a data connection configured as query operation, this overrides the declarative setting, which is the data fields (descendents of <dfs:dataFields>) of the associated <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object.For a data connection configured as a submit operation, this overrides the complete set of part fragment mappings.If the output parameter is specified as null for a data connection configured as a query operation, then the declarative settings are used. If the data connection is configured as a submit operation, then the returned data isn't written at all.</param>
  1490.             <param name="errors">An XPathNavigator object that is positioned at the XML node under which to insert the contents of error text returned in the <Fault> element by the Web service, if the operation fails. If the errors parameter is specified as null, then the error data is not written at all.</param>
  1491.             <param name="input">An XPathNavigator object that is positioned at the XML node to insert into the <SOAP:Body> element of the Web service. The specified XML node should contain XML corresponding to the full set of query parameters and their corresponding values.For a data connection configured as a query operation, this overrides the declarative setting, which is the query fields (descendents of <dfs:queryFields>) of the associated <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object.For a data connection configured as a submit operation, this overrides the complete set of part fragment mappings.If the input parameter is specified as null then the declarative settings are used.</param>
  1492.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameters passed to this method arenot valid. For example, they are of the wrong type or format.</exception>
  1493.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  1494.             <exception cref="T:System.Net.WebException">A network error occurred while attempting to access the Web service.</exception>
  1495.         </member>
  1496.         <member name="M:Microsoft.Office.InfoPath.WebServiceConnection.GenerateDataSetDiffGram">
  1497.             <summary>For a data connection that uses an ADO .NET DataSet and returns a DiffGram that identifies any differences between original and current versions of data elements.</summary>
  1498.             <returns>An XPathNavigator positioned at the root of an XML node that contains the DiffGram for the data returned by the data connection.</returns>
  1499.         </member>
  1500.         <member name="P:Microsoft.Office.InfoPath.WebServiceConnection.ServiceUrl">
  1501.             <summary>Gets or sets the Uniform Resource Locator (URL) that is used to invoke the Web service associated with a <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object.</summary>
  1502.             <returns>The Uniform Resource Locator (URL) that is used to invoke the Web service associated with a <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object as a System.Uri.</returns>
  1503.         </member>
  1504.         <member name="P:Microsoft.Office.InfoPath.WebServiceConnection.SoapAction">
  1505.             <summary>Gets or sets the value of the soapAction attribute of the Web service associated with a <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object.</summary>
  1506.             <returns>The value of the soapAction attribute of the Web service associated with a <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object as a System.Uri.</returns>
  1507.         </member>
  1508.         <member name="P:Microsoft.Office.InfoPath.WebServiceConnection.Timeout">
  1509.             <summary>Gets or sets the time-out value in seconds for data connection associated with a <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object.</summary>
  1510.             <returns>The number of seconds before a time out occurs. The default value is 30 seconds.</returns>
  1511.         </member>
  1512.         <member name="P:Microsoft.Office.InfoPath.WebServiceConnection.WsdlUrl">
  1513.             <summary>Gets the Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service associated with the <see cref="T:Microsoft.Office.InfoPath.WebServiceConnection"></see> object. </summary>
  1514.             <returns>The Uniform Resource Locator (URL) of the Web Services Description Language (WSDL) file for the Web service.</returns>
  1515.         </member>
  1516.         <member name="T:Microsoft.Office.InfoPath.Window">
  1517.             <summary>Represents a window that is used in the Microsoft Office InfoPath 2007 application.</summary>
  1518.         </member>
  1519.         <member name="M:Microsoft.Office.InfoPath.Window.Activate">
  1520.             <summary>Activates (gives focus to) the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1521.         </member>
  1522.         <member name="M:Microsoft.Office.InfoPath.Window.Close">
  1523.             <summary>Closes the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object prompting to save changes to any unsaved form, or form with changes that have not been saved.</summary>
  1524.         </member>
  1525.         <member name="M:Microsoft.Office.InfoPath.Window.Close(System.Boolean)">
  1526.             <summary>Closes the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object and optionally forces an unsaved form or form with unsaved changes to be closed without saving.</summary>
  1527.             <param name="Force">Specifies whether open unsaved documents will be saved. The default value is false.</param>
  1528.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1529.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1530.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Close))">The Close method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event</exception>
  1531.         </member>
  1532.         <member name="P:Microsoft.Office.InfoPath.Window.Active">
  1533.             <summary>Gets a value that indicates whether the window associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object is the active window.</summary>
  1534.             <returns>true if the window associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object is the active window, otherwise false.</returns>
  1535.         </member>
  1536.         <member name="P:Microsoft.Office.InfoPath.Window.Caption">
  1537.             <summary>Gets or sets the caption text for the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1538.             <returns>The caption text for the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</returns>
  1539.         </member>
  1540.         <member name="P:Microsoft.Office.InfoPath.Window.CommandBars">
  1541.             <summary>Gets a reference to the Microsoft Office CommandBars collection of the window that is associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1542.             <returns>A reference to the Microsoft Office CommandBars collection of the window that is associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</returns>
  1543.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1544.         </member>
  1545.         <member name="P:Microsoft.Office.InfoPath.Window.Height">
  1546.             <summary>Gets or sets the height of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</summary>
  1547.             <returns>The height of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</returns>
  1548.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1549.         </member>
  1550.         <member name="P:Microsoft.Office.InfoPath.Window.Left">
  1551.             <summary>Gets or sets the horizontal position of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</summary>
  1552.             <returns>The horizontal position of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</returns>
  1553.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1554.         </member>
  1555.         <member name="P:Microsoft.Office.InfoPath.Window.MailEnvelope">
  1556.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.MailEnvelope"></see> object associated with the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1557.             <returns>A reference to the <see cref="T:Microsoft.Office.InfoPath.MailEnvelope"></see> object associated with the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</returns>
  1558.         </member>
  1559.         <member name="P:Microsoft.Office.InfoPath.Window.TaskPanes">
  1560.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.TaskPanes"></see> collection that is associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1561.             <returns>A reference to the <see cref="T:Microsoft.Office.InfoPath.TaskPanes"></see> collection that is associated with the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</returns>
  1562.         </member>
  1563.         <member name="P:Microsoft.Office.InfoPath.Window.Top">
  1564.             <summary>Gets or sets the vertical position of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</summary>
  1565.             <returns>The vertical position of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</returns>
  1566.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1567.         </member>
  1568.         <member name="P:Microsoft.Office.InfoPath.Window.Width">
  1569.             <summary>Gets or sets the width of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</summary>
  1570.             <returns>The width of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object, measured in points.</returns>
  1571.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1572.         </member>
  1573.         <member name="P:Microsoft.Office.InfoPath.Window.WindowState">
  1574.             <summary>Gets or sets the state of the window represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1575.             <returns>A <see cref="T:Microsoft.Office.InfoPath.WindowState"></see> enumeration value that represents the state of the window.</returns>
  1576.         </member>
  1577.         <member name="P:Microsoft.Office.InfoPath.Window.WindowType">
  1578.             <summary>Gets the type of window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1579.             <returns>A <see cref="T:Microsoft.Office.InfoPath.WindowState"></see> enumeration value that represents the window's type.</returns>
  1580.         </member>
  1581.         <member name="P:Microsoft.Office.InfoPath.Window.XmlForm">
  1582.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that is associated with the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1583.             <returns>A reference to the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that is associated with the window that is represented by the <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</returns>
  1584.         </member>
  1585.         <member name="T:Microsoft.Office.InfoPath.WindowCollection">
  1586.             <summary>Contains a <see cref="T:Microsoft.Office.InfoPath.Window"></see> object for each InfoPath window that is currently open.</summary>
  1587.         </member>
  1588.         <member name="M:Microsoft.Office.InfoPath.WindowCollection.GetEnumerator">
  1589.             <summary>Gets a System.Collections.IEnumerator object that iterates over all entries in the collection.</summary>
  1590.             <returns>An IEnumerator that iterates of all entries in the collection.</returns>
  1591.         </member>
  1592.         <member name="P:Microsoft.Office.InfoPath.WindowCollection.Count">
  1593.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.InfoPath.Window"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see> collection.</summary>
  1594.             <returns>The number of <see cref="T:Microsoft.Office.InfoPath.Window"></see> objects contained in the <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see> collection.</returns>
  1595.         </member>
  1596.         <member name="P:Microsoft.Office.InfoPath.WindowCollection.Item(System.Int32)">
  1597.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.Window"></see> object in the <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see> object.</summary>
  1598.             <returns>A <see cref="T:Microsoft.Office.InfoPath.Window"></see> object from the <see cref="T:Microsoft.Office.InfoPath.WindowCollection"></see> object that corresponds to the specified index value.</returns>
  1599.             <param name="index">The zero-based index of the Window object to return.</param>
  1600.         </member>
  1601.         <member name="T:Microsoft.Office.InfoPath.WindowState">
  1602.             <summary>Specifies the state of the InfoPath application window that is represented by a <see cref="T:Microsoft.Office.InfoPath.Window"></see> object.</summary>
  1603.         </member>
  1604.         <member name="F:Microsoft.Office.InfoPath.WindowState.Maximized">
  1605.             <summary>The window is maximized.</summary>
  1606.         </member>
  1607.         <member name="F:Microsoft.Office.InfoPath.WindowState.Minimized">
  1608.             <summary>The window is minimized.</summary>
  1609.         </member>
  1610.         <member name="F:Microsoft.Office.InfoPath.WindowState.Normal">
  1611.             <summary>The window is not maximized or minimized.</summary>
  1612.         </member>
  1613.         <member name="T:Microsoft.Office.InfoPath.WindowType">
  1614.             <summary>Specifies the type of InfoPath application window.</summary>
  1615.         </member>
  1616.         <member name="F:Microsoft.Office.InfoPath.WindowType.Designer">
  1617.             <summary>The type of window that is displayed when designing a form template.</summary>
  1618.         </member>
  1619.         <member name="F:Microsoft.Office.InfoPath.WindowType.Editor">
  1620.             <summary>The type of window that is displayed when filling out a form.</summary>
  1621.         </member>
  1622.         <member name="T:Microsoft.Office.InfoPath.XmlChangedEventHandler">
  1623.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changed"></see> event of a field or group.</summary>
  1624.         </member>
  1625.         <member name="T:Microsoft.Office.InfoPath.XmlChangingEventArgs">
  1626.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changing"></see> event.</summary>
  1627.         </member>
  1628.         <member name="P:Microsoft.Office.InfoPath.XmlChangingEventArgs.CancelableArgs">
  1629.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object associated with the event.</summary>
  1630.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs"></see> object that provides access to the Cancel property for cancelling the event.</returns>
  1631.         </member>
  1632.         <member name="T:Microsoft.Office.InfoPath.XmlChangingEventHandler">
  1633.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changing"></see> event of a form.</summary>
  1634.         </member>
  1635.         <member name="T:Microsoft.Office.InfoPath.XmlEvent">
  1636.             <summary>Implements the events raised by changes to the data in the underlying XML document of a form instance.</summary>
  1637.         </member>
  1638.         <member name="E:Microsoft.Office.InfoPath.XmlEvent.Changed">
  1639.             <summary>Occurs after changes to a form's underlying XML document have been accepted and after the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Validating"></see> event has occurred.</summary>
  1640.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(ElementChanged))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  1641.         </member>
  1642.         <member name="E:Microsoft.Office.InfoPath.XmlEvent.Changing">
  1643.             <summary>Occurs after changes to a form's underlying XML document have been made but before the changes have been accepted.</summary>
  1644.             <exception cref="System.InvalidOperationException (IDS_INVALID_BINDING_CONTEXT(ElementChanging))">The developer attempted to bind the event to a node in secondary data source. This event is not supported for secondary data sources.</exception>
  1645.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(ElementChanging))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  1646.         </member>
  1647.         <member name="E:Microsoft.Office.InfoPath.XmlEvent.Validating">
  1648.             <summary>Occurs after changes to a form's underlying XML document have been accepted but before the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changed"></see> event has occurred.</summary>
  1649.             <exception cref="System.InvalidOperationException(IDS_INVALID_STARTUP_CONTEXT(ElementValidating))">The developer attempted to bind the event in some location other than the InternalStartup method. </exception>
  1650.             <exception cref="System.InvalidOperationException(IDS_INVALID_DELEGATES_NUM)">The developer attempted to add multiple delegates for the same XPath expression specifying a node or group. Only one delegate can be added for this event per XPath expression for a node or group.</exception>
  1651.             <exception cref="System.InvalidOperationException (IDS_INVALID_BINDING_CONTEXT(ElementValidating))">The developer attempted to bind the event to a node in a secondary data source. This event is not supported for secondary data sources.</exception>
  1652.         </member>
  1653.         <member name="P:Microsoft.Office.InfoPath.XmlEvent.RaiseUndoRedoForChanged">
  1654.             <summary>Gets or sets whether the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changed"></see> event will be raised when an undo or redo operation occurs.</summary>
  1655.             <returns>true if the Changed event will be raised; otherwise false.</returns>
  1656.         </member>
  1657.         <member name="T:Microsoft.Office.InfoPath.XmlEventArgs">
  1658.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changed"></see> event.</summary>
  1659.         </member>
  1660.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.Match">
  1661.             <summary>Gets an <see cref="T:System.Xml.XPath.XPathExpression"></see> object which contains an XPath expression that returns the node that is currently being changed.</summary>
  1662.             <returns>A <see cref="T:System.Xml.XPath.XPathExpression"></see> object that returns the node that is currently being changed in the form's underlying XML document.</returns>
  1663.         </member>
  1664.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.NewValue">
  1665.             <summary>Gets the new value for the node being changed.</summary>
  1666.             <returns>The value that will replace the existing value.</returns>
  1667.         </member>
  1668.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.OldParent">
  1669.             <summary>Gets an <see cref="T:System.Xml.XPath.XPathNavigator"></see> object pointing to the node which is the parent of the node being deleted.</summary>
  1670.             <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object for the parent of the deleted node.</returns>
  1671.         </member>
  1672.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.OldValue">
  1673.             <summary>Gets the original value of the node that is being changed.</summary>
  1674.             <returns>The original value of the node that is being changed.</returns>
  1675.         </member>
  1676.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.Operation">
  1677.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XmlOperation"></see> enumeration that indicates the type of operation that occurred when the node was changed.</summary>
  1678.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlOperation"></see> enumeration for the operation that has occurred.</returns>
  1679.         </member>
  1680.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.Site">
  1681.             <summary>Gets an <see cref="T:System.Xml.XPath.XPathNavigator"></see> object pointing at the node that is being changed.</summary>
  1682.             <returns>An <see cref="T:System.Xml.XPath.XPathNavigator"></see> object pointing to the changed node.</returns>
  1683.         </member>
  1684.         <member name="P:Microsoft.Office.InfoPath.XmlEventArgs.UndoRedo">
  1685.             <summary>Gets a value that indicates whether the node being changed is part of an undo or redo operation.</summary>
  1686.             <returns>true if the node being changed is part of an undo or redo operation; otherwise false.</returns>
  1687.         </member>
  1688.         <member name="T:Microsoft.Office.InfoPath.XmlEvents">
  1689.             <summary>The collection of all <see cref="T:Microsoft.Office.InfoPath.XmlEvent"></see> events for a form template.</summary>
  1690.         </member>
  1691.         <member name="P:Microsoft.Office.InfoPath.XmlEvents.Item(System.String)">
  1692.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XmlEvent"></see> from the <see cref="T:Microsoft.Office.InfoPath.XmlEvents"></see> collection for binding an event handler by specifying the XPath of the underlying XML document node that can raise the event.</summary>
  1693.             <returns>The <see cref="T:Microsoft.Office.InfoPath.XmlEvent"></see> associated with the form node to which the event handler is bound.</returns>
  1694.             <param name="xpath">The XPath of the node to which the event handler is bound.</param>
  1695.         </member>
  1696.         <member name="P:Microsoft.Office.InfoPath.XmlEvents.Item(System.String,System.String)">
  1697.             <summary>Gets an <see cref="T:Microsoft.Office.InfoPath.XmlEvent"></see> from the <see cref="T:Microsoft.Office.InfoPath.XmlEvents"></see> collection for binding an event handler by specifying the XPath of the underlying XML document node that can raise the event and the name of the secondary data source that supplies the data.</summary>
  1698.             <returns>The <see cref="T:Microsoft.Office.InfoPath.XmlEvent"></see> associated with the form node to which the event handler is bound.</returns>
  1699.             <param name="dataSourceName">The name of the secondary data source.</param>
  1700.             <param name="xpath">The XPath of the node to which the event handler is bound.</param>
  1701.         </member>
  1702.         <member name="T:Microsoft.Office.InfoPath.XmlForm">
  1703.             <summary>Represents the underlying XML document of a form.</summary>
  1704.         </member>
  1705.         <member name="M:Microsoft.Office.InfoPath.XmlForm.Close">
  1706.             <summary>Closes the form.</summary>
  1707.         </member>
  1708.         <member name="M:Microsoft.Office.InfoPath.XmlForm.GetWorkflowTasks">
  1709.             <summary>Gets a reference to a Microsoft.Office.Core.WorkflowTasks collection for the current form.</summary>
  1710.             <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> collection that contains any <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> objects for the current form.</returns>
  1711.         </member>
  1712.         <member name="M:Microsoft.Office.InfoPath.XmlForm.GetWorkflowTemplates">
  1713.             <summary>Gets a reference to a Microsoft.Office.Core.WorkflowTemplates collection for the current form.</summary>
  1714.             <returns>A <see cref="T:Microsoft.Office.Core.WorkflowTemplates"></see> collection that contains any <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> objects for the current form.</returns>
  1715.         </member>
  1716.         <member name="M:Microsoft.Office.InfoPath.XmlForm.MergeForm(System.String)">
  1717.             <summary>Merges the current form with the form specified by path or URL.</summary>
  1718.             <param name="fileUrl">The path or URL to the form file to merge.</param>
  1719.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(MergeForm))">The MergeForm method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1720.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT(filename))">The value passed for fileUrl is "" or is invalid.</exception>
  1721.             <exception cref="System.ArgumentNullException(IDS_INVALID_ARGUMENT(filename))">The value passed for fileUrl is null.</exception>
  1722.         </member>
  1723.         <member name="M:Microsoft.Office.InfoPath.XmlForm.MergeForm(System.Xml.XPath.XPathNavigator)">
  1724.             <summary>Merges the current form with the target form specified in the node returned by the <see cref="T:System.Xml.XPath.XPathNavigator"></see> passed to the method.</summary>
  1725.             <param name="target">An XPathNavigator that provides the XML data to merge into the current form.</param>
  1726.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(MergeForm))">The MergeForm method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1727.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1728.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1729.         </member>
  1730.         <member name="M:Microsoft.Office.InfoPath.XmlForm.NotifyHost(System.String)">
  1731.             <summary>Provides a custom value to the hosting application or ASPX page.</summary>
  1732.             <param name="notification">A custom value that will be used by the code in the hosting application or ASPX page.</param>
  1733.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1734.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1735.         </member>
  1736.         <member name="M:Microsoft.Office.InfoPath.XmlForm.Print">
  1737.             <summary>Prints the form content as it is rendered in the form's active view.</summary>
  1738.             <exception cref="System.Drawing.Printing(IDS_CANNOT_PRINT)">The form cannot be printed.</exception>
  1739.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Print))">The Print method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1740.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1741.             <exception cref="System.InvalidOperationException(IDS_INVALID_VIEWSWITCHED_CONTEXT(Print))">The Print method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> event.</exception>
  1742.         </member>
  1743.         <member name="M:Microsoft.Office.InfoPath.XmlForm.Print(System.Boolean)">
  1744.             <summary>Prints the form content as it is rendered the form's active view by displaying the Print dialog box.</summary>
  1745.             <param name="showPrintDialog">Set to true to display the Print dialog box to allow the user to configure where and how to print the form. When set to false, the form is printed on the default printer.</param>
  1746.             <exception cref="System.Drawing.Printing(IDS_CANNOT_PRINT)">The form cannot be printed.</exception>
  1747.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1748.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Print))">The Print method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1749.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1750.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1751.             <exception cref="System.InvalidOperationException(IDS_INVALID_VIEWSWITCHED_CONTEXT(Print))">The Print method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.ViewSwitched"></see> event.</exception>
  1752.         </member>
  1753.         <member name="M:Microsoft.Office.InfoPath.XmlForm.Save">
  1754.             <summary>Saves the form to the Uniform Resource Locator (URL) that it is currently associated with.</summary>
  1755.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Save))">The Save method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1756.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1757.         </member>
  1758.         <member name="M:Microsoft.Office.InfoPath.XmlForm.SaveAs(System.String)">
  1759.             <summary>Saves the form to the specified Uniform Resource Locator (URL).</summary>
  1760.             <param name="fileUrl">The path or URL that the form should be saved to.</param>
  1761.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT(fileUrl))">The value passed for fileUrl is "" or is invalid.</exception>
  1762.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(SaveAs))">The Save method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1763.             <exception cref="System.ArgumentNullException(IDS_INVALID_ARGUMENT(fileUrl))">The value passed for fileUrl is null.</exception>
  1764.             <exception cref="T:System.Security.SecurityException">The form template is not configured for Full Trust using the Security and Trust category of the Form Options dialog box.</exception>
  1765.         </member>
  1766.         <member name="M:Microsoft.Office.InfoPath.XmlForm.SetSaveAsDialogFilename(System.String)">
  1767.             <summary>Sets the default filename for the SaveAs dialog box.</summary>
  1768.             <param name="filename">The name of the file.</param>
  1769.             <exception cref="System.IO.FileNotFoundException">The file cannot be found.</exception>
  1770.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1771.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1772.         </member>
  1773.         <member name="M:Microsoft.Office.InfoPath.XmlForm.SetSaveAsDialogLocation(System.String)">
  1774.             <summary>Sets the default path for saving the form using the SaveAs dialog box.</summary>
  1775.             <param name="pathname">The path to save to.</param>
  1776.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  1777.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  1778.             <exception cref="System.IO.FileNotFoundException">The path is invalid.</exception>
  1779.         </member>
  1780.         <member name="M:Microsoft.Office.InfoPath.XmlForm.Submit">
  1781.             <summary>Submits the form using the submit operation defined in the form template.</summary>
  1782.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(Submit))">The Submit method was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1783.             <exception cref="System.Net.WebException(IDS_CANNOT_SUBMIT)">The form cannot be submitted.</exception>
  1784.         </member>
  1785.         <member name="P:Microsoft.Office.InfoPath.XmlForm.CurrentView">
  1786.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.View"></see> object that represents the current view of the form.</summary>
  1787.             <returns>A <see cref="T:Microsoft.Office.InfoPath.View"></see> object that represents the current view.</returns>
  1788.         </member>
  1789.         <member name="P:Microsoft.Office.InfoPath.XmlForm.DataConnections">
  1790.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.DataConnectionsCollection"></see> object associated with the form.</summary>
  1791.             <returns>A <see cref="T:Microsoft.Office.InfoPath.DataConnectionsCollection"></see> that contains any <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> objects associated with the form.</returns>
  1792.         </member>
  1793.         <member name="P:Microsoft.Office.InfoPath.XmlForm.DataSources">
  1794.             <summary>Gets the <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see> object associated with the form.</summary>
  1795.             <returns>A <see cref="T:Microsoft.Office.InfoPath.DataSourceCollection"></see> that contains any <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> objects associated with the form.</returns>
  1796.         </member>
  1797.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Dirty">
  1798.             <summary>Gets a value that indicates whether the data in a form has been modified since it was last saved.</summary>
  1799.             <returns>true if the data in the form has been modified since it was last saved; otherwise false.</returns>
  1800.         </member>
  1801.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Errors">
  1802.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> that is associated with a form.</summary>
  1803.             <returns>A <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> that represents the collection of <see cref="T:Microsoft.Office.infoPath.FormError"></see> objects for the current form.</returns>
  1804.         </member>
  1805.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Extension">
  1806.             <summary>Gets an <see cref="T:System.Object"></see> for accessing the functions and global variables contained in a form's primary form code file using System.Reflection.</summary>
  1807.             <returns>An <see cref="T:System.Object"></see> for accessing the functions and global variables contained in a form's primary form code file using System.Reflection.</returns>
  1808.         </member>
  1809.         <member name="P:Microsoft.Office.InfoPath.XmlForm.FormState">
  1810.             <summary>Gets a reference to a property bag of type System.Collections.IDictionary that browser-enabled forms can use to maintain state information across sessions on the server.</summary>
  1811.             <returns>An <see cref="T:System.Collections.IDictionary"></see> that contains any user-defined state variables that were defined in the declarations section of the form code.</returns>
  1812.         </member>
  1813.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Host">
  1814.             <summary>Gets a System.Object that code running in a hosted instance of InfoPath can use to access the object model of the host application.</summary>
  1815.             <returns>A System.Object that represents the method defined in the host application for accessing that application's object model.</returns>
  1816.         </member>
  1817.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Hosted">
  1818.             <summary>Gets whether InfoPath is hosted as a control in another application.</summary>
  1819.             <returns>true if InfoPath is hosted as a control in another application; otherwise false.</returns>
  1820.         </member>
  1821.         <member name="P:Microsoft.Office.InfoPath.XmlForm.HostName">
  1822.             <summary>Gets the name of the application hosting InfoPath as a control. </summary>
  1823.             <returns>The name of the host application.</returns>
  1824.         </member>
  1825.         <member name="P:Microsoft.Office.InfoPath.XmlForm.MainDataSource">
  1826.             <summary>Gets a <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> object that represents the main data source of the form.</summary>
  1827.             <returns>A <see cref="T:Microsoft.Office.InfoPath.DataSource"></see> that represents the main data source of the form.</returns>
  1828.         </member>
  1829.         <member name="P:Microsoft.Office.InfoPath.XmlForm.NamespaceManager">
  1830.             <summary>Gets a reference to a <see cref="T:System.Xml.XmlNamespaceManager"></see> object that can be used to resolve, add, or remove namespaces used in the form.</summary>
  1831.             <returns>An <see cref="T:System.Xml.XmlNamespaceManager"></see> that can be used resolve, add, or remove namespaces used in the form.</returns>
  1832.         </member>
  1833.         <member name="P:Microsoft.Office.InfoPath.XmlForm.New">
  1834.             <summary>Gets a value that specifies whether a form is new.</summary>
  1835.             <returns>true if the form is new; otherwise false.</returns>
  1836.         </member>
  1837.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Permission">
  1838.             <summary>Gets a reference to a <see cref="T:Microsoft.Office.InfoPath.Permission"></see> object associated with the form.</summary>
  1839.             <returns>A <see cref="T:Microsoft.Office.InfoPath.Permission"></see> object that represents the Information Rights Management (IRM) permission settings for the form.</returns>
  1840.         </member>
  1841.         <member name="P:Microsoft.Office.InfoPath.XmlForm.QueryDataConnection">
  1842.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> object that represents the data connection that is associated with the form.</summary>
  1843.             <returns>A <see cref="T:Microsoft.Office.InfoPath.DataConnection"></see> that represents the data connection that is associated with the form.</returns>
  1844.         </member>
  1845.         <member name="P:Microsoft.Office.InfoPath.XmlForm.ReadOnly">
  1846.             <summary>Gets a value that indicates whether a form template is read-only or locked.</summary>
  1847.             <returns>true if the form template is read-only or locked; otherwise false.</returns>
  1848.         </member>
  1849.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Recovered">
  1850.             <summary>Gets a value that indicates whether a form was last saved by an AutoRecover save operation.</summary>
  1851.             <returns>true if the current form was last saved by an AutoRecover save operation; otherwise false.</returns>
  1852.         </member>
  1853.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Signed">
  1854.             <summary>Gets a value that indicates whether a form has been digitally signed using digital signatures.</summary>
  1855.             <returns>true if the entire form or one or more sections of signable data have been digitally signed; otherwise false.</returns>
  1856.         </member>
  1857.         <member name="P:Microsoft.Office.InfoPath.XmlForm.SignedDataBlocks">
  1858.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.SignedDataBlockCollection"></see> collection that is associated with a form.</summary>
  1859.             <returns>A <see cref="T:Microsoft.Office.InfoPath.SignedDataBlockCollection"></see> that contains any <see cref="T:Microsoft.Office.InfoPath.SignedDataBlock"></see> objects associated with the form.</returns>
  1860.         </member>
  1861.         <member name="P:Microsoft.Office.InfoPath.XmlForm.TaskPanes">
  1862.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.TaskPaneCollection"></see> that is associated with a form template.</summary>
  1863.             <returns>A <see cref="T:Microsoft.Office.InfoPath.TaskPaneCollection"></see> that contains any <see cref="T:Microsoft.Office.InfoPath.TaskPane"></see> objects associated with the form template.</returns>
  1864.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(TaskPaneCollection))">The TaskPanes property was called from the <see cref="E:Microsoft.Office.InfoPath.FormEvents.Loading"></see> event.</exception>
  1865.         </member>
  1866.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Template">
  1867.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.FormTemplate"></see> object that represents the manifest (.xsf) of the form template associated with the form.</summary>
  1868.             <returns>A <see cref="T:Microsoft.Office.InfoPath.FormTemplate"></see> that represents the manifest (.xsf) of the form template associated with the form.</returns>
  1869.         </member>
  1870.         <member name="P:Microsoft.Office.InfoPath.XmlForm.Uri">
  1871.             <summary>Gets the Uniform Resource Identifier (URI) of a form.</summary>
  1872.             <returns>The Uniform Resource Identifier (URI) of the form.</returns>
  1873.         </member>
  1874.         <member name="P:Microsoft.Office.InfoPath.XmlForm.UserRole">
  1875.             <summary>Gets or sets the current user of the form's role name.</summary>
  1876.             <returns>The user's role name as defined in design mode with the User Roles command on the Tools menu.</returns>
  1877.         </member>
  1878.         <member name="P:Microsoft.Office.InfoPath.XmlForm.ViewInfos">
  1879.             <summary>Gets a reference to the <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> object associated with the form template.</summary>
  1880.             <returns>A <see cref="T:Microsoft.Office.InfoPath.ViewInfoCollection"></see> that contains the <see cref="T:Microsoft.Office.InfoPath.ViewInfo"></see> objects associated with the form template.</returns>
  1881.         </member>
  1882.         <member name="P:Microsoft.Office.InfoPath.XmlForm.XmlLang">
  1883.             <summary>Gets the value of the xml:lang attribute in the underlying XML document of the form.</summary>
  1884.             <returns>The xml:lang attribute of the underlying XML document of the form.</returns>
  1885.         </member>
  1886.         <member name="T:Microsoft.Office.InfoPath.XmlFormCancelEventArgs">
  1887.             <summary>Provides data for the custom message that is displayed when canceling events raised by the form and its underlying XML document.</summary>
  1888.         </member>
  1889.         <member name="P:Microsoft.Office.InfoPath.XmlFormCancelEventArgs.Message">
  1890.             <summary>Gets or sets the short message that is displayed when the event is cancelled.</summary>
  1891.             <returns>The short error message text.</returns>
  1892.         </member>
  1893.         <member name="P:Microsoft.Office.InfoPath.XmlFormCancelEventArgs.MessageDetails">
  1894.             <summary>Gets or sets the detailed message when the event is cancelled. </summary>
  1895.             <returns>The detailed error message text.</returns>
  1896.         </member>
  1897.         <member name="T:Microsoft.Office.InfoPath.XmlFormCollection">
  1898.             <summary>Contains an <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object for each form that is currently open.</summary>
  1899.         </member>
  1900.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.GetEnumerator">
  1901.             <summary>Gets an System.Collections.IEnumerator object that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.XmlFormCollection"></see> object.</summary>
  1902.             <returns>An IEnumerator that iterates over all entries in the <see cref="T:Microsoft.Office.InfoPath.XmlFormCollection"></see> object.</returns>
  1903.         </member>
  1904.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.New(System.String)">
  1905.             <summary>Creates a new form based on the specified form.</summary>
  1906.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1907.             <param name="formLocation">The Uniform Resource Identifier (URI) of the form on which to base the new form.</param>
  1908.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(New))">The New method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath Loading"></see> event.</exception>
  1909.         </member>
  1910.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.New(System.String,Microsoft.Office.InfoPath.XmlFormOpenMode)">
  1911.             <summary>Creates a new form based on the specified form using the specified open mode behavior.</summary>
  1912.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1913.             <param name="behavior">An <see cref="T:Microsoft.Office.InfoPath.XmlFormOpenMode"></see> enumeration that specifies how the form will be opened.</param>
  1914.             <param name="formLocation">The Uniform Resource Identifier (URI) of the form on which to base the new form.</param>
  1915.             <exception cref="System.InvalidOperationException(IDS_INVALID_ONLOAD_CONTEXT(New))">The New method was called from an event handler for the <see cref="E:Microsoft.Office.InfoPath Loading"></see> event.</exception>
  1916.         </member>
  1917.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.NewFromFormTemplate(System.String)">
  1918.             <summary>Creates a new form based on the specified form template, with optional data.</summary>
  1919.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1920.             <param name="formTemplateLocation">The Uniform Resource Identifier (URI) of the form template on which to base the new form.</param>
  1921.         </member>
  1922.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.NewFromFormTemplate(System.String,System.String)">
  1923.             <summary>Creates a new form using the specified form template and XML data file.</summary>
  1924.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1925.             <param name="xmlData">The Uniform Resource Identifier (URI) of the XML document that provides the XML data to be used as a template for the form.</param>
  1926.             <param name="formTemplateLocation">The Uniform Resource Identifier (URI) of the form template on which to base the new form.</param>
  1927.         </member>
  1928.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.NewFromFormTemplate(System.String,System.Xml.XPath.XPathNavigator)">
  1929.             <summary>Creates a new form using the specified form template with data specified by an <see cref="T:System.Xml.XPathNavigator"></see> object.</summary>
  1930.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1931.             <param name="xmlData">An <see cref="T:System.Xml.XPathNavigator"></see> object that returns the XML data to be used as a template for the form.</param>
  1932.             <param name="formTemplateLocation">The Uniform Resource Identifier (URI) of the form template on which to base the new form.</param>
  1933.         </member>
  1934.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.NewFromFormTemplate(System.String,System.String,Microsoft.Office.InfoPath.XmlFormOpenMode)">
  1935.             <summary>Creates a new form using the specified form template with data specified by an <see cref="T:System.Xml.XPathNavigator"></see> object and opened in the specified <see cref="T:Microsoft.Office.InfoPath.XmlFormOpenMode"></see>.</summary>
  1936.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the new form that was created.</returns>
  1937.             <param name="xmlData">The Uniform Resource Identifier (URI) of the XML document that provides the XML data to be used as a template for the form.</param>
  1938.             <param name="formTemplateLocation">The Uniform Resource Identifier (URI) of the form template on which to base the new form.</param>
  1939.             <param name="behavior">An <see cref="T:Microsoft.Office.InfoPath.XmlFormOpenMode"></see> enumeration that specifies how the form will be opened.</param>
  1940.         </member>
  1941.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.Open(System.String)">
  1942.             <summary>Opens the specified form.</summary>
  1943.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the form that was opened.</returns>
  1944.             <param name="fileLocation">The Uniform Resource Identifier (URI) of the form to open.</param>
  1945.         </member>
  1946.         <member name="M:Microsoft.Office.InfoPath.XmlFormCollection.Open(System.String,Microsoft.Office.InfoPath.XmlFormOpenMode)">
  1947.             <summary>Opens the specified form using the specified open mode behavior.</summary>
  1948.             <returns>An <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object that represents the form that was opened.</returns>
  1949.             <param name="fileLocation">The Uniform Resource Identifier (URI) of the form to open.</param>
  1950.             <param name="behavior">An <see cref="T:Microsoft.Office.InfoPath.XmlFormOpenMode"></see> enumeration that specifies how the form will be opened.</param>
  1951.         </member>
  1952.         <member name="P:Microsoft.Office.InfoPath.XmlFormCollection.Count">
  1953.             <summary>Gets a count of the number of <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> objects contained in the collection.</summary>
  1954.             <returns>A count of the number of <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> objects contained in the collection.</returns>
  1955.         </member>
  1956.         <member name="P:Microsoft.Office.InfoPath.XmlFormCollection.Item(System.Int32)">
  1957.             <summary>Gets a reference to the specified <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object from the collection by index value.</summary>
  1958.             <returns>The <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> object for the specified index value.</returns>
  1959.             <param name="index">The zero-based index of the form to return.</param>
  1960.             <exception cref="System.IndexOutOfRangeException">The index provided is out of range.</exception>
  1961.         </member>
  1962.         <member name="T:Microsoft.Office.InfoPath.XmlFormHostItem">
  1963.             <summary>This class is a wrapper for the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1964.         </member>
  1965.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.Close">
  1966.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Close"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1967.         </member>
  1968.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.MergeForm(System.String)">
  1969.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.MergeForm(System.String)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1970.         </member>
  1971.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.MergeForm(System.Xml.XPath.XPathNavigator)">
  1972.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.MergeForm(System.Xml.XPath.XPathNavigator)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1973.         </member>
  1974.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.NotifyHost(System.String)">
  1975.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.NotifyHost(System.String)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1976.         </member>
  1977.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.Print">
  1978.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Print"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1979.         </member>
  1980.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.Print(System.Boolean)">
  1981.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Print(System.Boolean)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1982.         </member>
  1983.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.Save">
  1984.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Save"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1985.         </member>
  1986.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.SaveAs(System.String)">
  1987.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.SaveAs(System.String)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1988.         </member>
  1989.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.SetSaveAsDialogFilename(System.String)">
  1990.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.SetSaveAsDialogFilename(System.String)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1991.         </member>
  1992.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.SetSaveAsDialogLocation(System.String)">
  1993.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.SetSaveAsDialogLocation(System.String)"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1994.         </member>
  1995.         <member name="M:Microsoft.Office.InfoPath.XmlFormHostItem.Submit">
  1996.             <summary>This member is a wrapper for the <see cref="M:Microsoft.Office.InfoPath.XmlForm.Submit"></see> method of the <see cref="T:Microsoft.Office.InfoPath.XmlForm"></see> class.</summary>
  1997.         </member>
  1998.         <member name="T:Microsoft.Office.InfoPath.XmlFormOpenMode">
  1999.             <summary>Specifies how a form will be opened.</summary>
  2000.         </member>
  2001.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.Default">
  2002.             <summary>The form is created or opened only if it is accessible and its version number matches the version number of the form template.</summary>
  2003.         </member>
  2004.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.FailOnVersionMismatch">
  2005.             <summary>The form is created or opened only if it is accessible and its version number matches the version number of the form template.</summary>
  2006.         </member>
  2007.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.FailOnVersionOlder">
  2008.             <summary>The form is created or opened if its version number is older than the version number of the form template. Since the form is opened against a more recent version of the form template, an update will occur.</summary>
  2009.         </member>
  2010.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.IgnoreDataConnectionsFailure">
  2011.             <summary>The form is opened even if the query associated with its data connection fails to return data.</summary>
  2012.         </member>
  2013.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.PromptIfSigned">
  2014.             <summary>The form is opened and the Digital Signatures dialog box is displayed before the form's transform is applied. This only occurs when the version number of the form is older than the version number of the form template.</summary>
  2015.         </member>
  2016.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.ReadOnly">
  2017.             <summary>The form is opened in read-only mode.</summary>
  2018.         </member>
  2019.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.TransformEvenIfSigned">
  2020.             <summary>The form is opened and its transform applied, even though it has a digital signature.</summary>
  2021.         </member>
  2022.         <member name="F:Microsoft.Office.InfoPath.XmlFormOpenMode.UseExistingVersion">
  2023.             <summary>The form is created or opened using the existing version number of the form template.</summary>
  2024.         </member>
  2025.         <member name="T:Microsoft.Office.InfoPath.XmlOperation">
  2026.             <summary>Indicates what type of operation occurred during a <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changed"></see>, <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Changing"></see>, or <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Validating"></see> event.</summary>
  2027.         </member>
  2028.         <member name="F:Microsoft.Office.InfoPath.XmlOperation.Delete">
  2029.             <summary>The node was deleted.</summary>
  2030.         </member>
  2031.         <member name="F:Microsoft.Office.InfoPath.XmlOperation.Insert">
  2032.             <summary>A new node was inserted.</summary>
  2033.         </member>
  2034.         <member name="F:Microsoft.Office.InfoPath.XmlOperation.None">
  2035.             <summary>No change has occurred.</summary>
  2036.         </member>
  2037.         <member name="F:Microsoft.Office.InfoPath.XmlOperation.ValueChange">
  2038.             <summary>The value of the node was changed (updated).</summary>
  2039.         </member>
  2040.         <member name="T:Microsoft.Office.InfoPath.XmlValidatingEventArgs">
  2041.             <summary>Provides data for the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Validating"></see> event of a field or group.</summary>
  2042.         </member>
  2043.         <member name="M:Microsoft.Office.InfoPath.XmlValidatingEventArgs.ReportError(System.Xml.XPath.XPathNavigator,System.Boolean,System.String)">
  2044.             <summary>Creates a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object that contains custom error information with the specified values and adds it to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object of the form.</summary>
  2045.             <param name="siteIndependent">Sets the condition for automatic deletion of the FormError object. If set to true, the FormError object will be deleted for changes to any nodes that match the XPath expression returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Match"></see> property of this event object. If set to false, the FormError object is deleted the next time the form is validated only when the node returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Site"></see> property of this event object has been changed.</param>
  2046.             <param name="message">The text to be used for the short error message.</param>
  2047.             <param name="node">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the node that contains the data the error is associated with.</param>
  2048.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  2049.             <exception cref="System.ArgumentException">The parameters passed to this method are not valid.</exception>
  2050.         </member>
  2051.         <member name="M:Microsoft.Office.InfoPath.XmlValidatingEventArgs.ReportError(System.Xml.XPath.XPathNavigator,System.Boolean,System.String,System.String)">
  2052.             <summary>Creates a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object that contains custom error information with the specified values and adds it to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object of the form.</summary>
  2053.             <param name="siteIndependent">Sets the condition for automatic deletion of the FormError object. If set to true, the FormError object will be deleted for changes to any nodes that match the XPath expression returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Match"></see> property of this event object. If set to false, the FormError object is deleted the next time the form is validated only when the node returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Site"></see> property of this event object has been changed.</param>
  2054.             <param name="message">The text to be used for the short error message.</param>
  2055.             <param name="messageDetails">The text to be used for the detailed error message.</param>
  2056.             <param name="node">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the node that contains the data the error is associated with.</param>
  2057.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  2058.             <exception cref="System.ArgumentException">The parameters passed to this method are not valid.</exception>
  2059.         </member>
  2060.         <member name="M:Microsoft.Office.InfoPath.XmlValidatingEventArgs.ReportError(System.Xml.XPath.XPathNavigator,System.Boolean,System.String,System.String,System.Int32)">
  2061.             <summary>Creates a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object that contains custom error information with the specified values and adds it to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object of the form.</summary>
  2062.             <param name="siteIndependent">Sets the condition for automatic deletion of the FormError object. If set to true, the FormError object will be deleted for changes to any nodes that match the XPath expression returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Match"></see> property of this event object. If set to false, the FormError object is deleted the next time the form is validated only when the node returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Site"></see> property of this event object has been changed.</param>
  2063.             <param name="errorCode">The number to be used as the error code.</param>
  2064.             <param name="message">The text to be used for the short error message.</param>
  2065.             <param name="messageDetails">The text to be used for the detailed error message.</param>
  2066.             <param name="node">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the node that contains the data the error is associated with. </param>
  2067.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  2068.             <exception cref="System.ArgumentException">The parameters passed to this method are not valid.</exception>
  2069.         </member>
  2070.         <member name="M:Microsoft.Office.InfoPath.XmlValidatingEventArgs.ReportError(System.Xml.XPath.XPathNavigator,System.Boolean,System.String,System.String,System.Int32,Microsoft.Office.InfoPath.ErrorMode)">
  2071.             <summary>Creates a <see cref="T:Microsoft.Office.InfoPath.FormError"></see> object that contains custom error information with the specified values and adds it to the <see cref="T:Microsoft.Office.InfoPath.FormErrorCollection"></see> object of the form.</summary>
  2072.             <param name="errorMode">An <see cref="T:Microsoft.Office.InfoPath.ErrorMode"></see> that specifies whether the error will be displayed in a modal dialog box, or modelessly with a wavy underline in the affected control. </param>
  2073.             <param name="siteIndependent">Sets the condition for automatic deletion of the FormError object. If set to true, the FormError object will be deleted for changes to any nodes that match the XPath expression returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Match"></see> property of this event object. If set to false, the FormError object is deleted the next time the form is validated only when the node returned by the <see cref="P:Microsoft.Office.InfoPath.XmlEventArgs.Site"></see> property of this event object has been changed.</param>
  2074.             <param name="errorCode">The number to be used as the error code.</param>
  2075.             <param name="message">The text to be used for the short error message.</param>
  2076.             <param name="messageDetails">The text to be used for the detailed error message.</param>
  2077.             <param name="node">An <see cref="T:System.Xml.XPath.XPathNavigator"></see> positioned at the node that contains the data the error is associated with.</param>
  2078.             <exception cref="System.ArgumentNullException">The parameters passed to this method are null.</exception>
  2079.             <exception cref="System.ArgumentException">The parameters passed to this method are not valid.</exception>
  2080.         </member>
  2081.         <member name="T:Microsoft.Office.InfoPath.XmlValidatingEventHandler">
  2082.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Office.InfoPath.XmlEvent.Validating"></see> event of a field or group.</summary>
  2083.         </member>
  2084.         <member name="T:Microsoft.Office.InfoPath.XPathTypedValue">
  2085.             <summary>Implements the object returned by certain property values of the <see cref="T:Microsoft.Office.InfoPath.EmailSubmitConnection"></see> and <see cref="T:Microsoft.Office.InfoPath.FileSubmitConnection"></see> classes to get and set those values.</summary>
  2086.         </member>
  2087.         <member name="M:Microsoft.Office.InfoPath.XPathTypedValue.Evaluate">
  2088.             <summary>Evaluates the XPath expression defined for an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object.</summary>
  2089.             <returns>The value returned when the XPath expression specified for an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object is evaluated.</returns>
  2090.         </member>
  2091.         <member name="M:Microsoft.Office.InfoPath.XPathTypedValue.SetStringValue(System.String)">
  2092.             <summary>Specifies a literal string for an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object.</summary>
  2093.             <param name="newValue">An XPath expression.</param>
  2094.             <exception cref="System.ArgumentNullException">The parameter passed to this method is null.</exception>
  2095.             <exception cref="System.ArgumentException(IDS_INVALID_ARGUMENT)">The parameter passed to this method isnot valid. For example, it is of the wrong type or format.</exception>
  2096.         </member>
  2097.         <member name="M:Microsoft.Office.InfoPath.XPathTypedValue.ToString">
  2098.             <summary>Converts the value defined for an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object to a string.</summary>
  2099.             <returns>The value defined for an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object.</returns>
  2100.         </member>
  2101.         <member name="P:Microsoft.Office.InfoPath.XPathTypedValue.XPath">
  2102.             <summary>Gets or sets the XPath expression of an <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object.</summary>
  2103.             <returns>The XPath expression defined for the returned <see cref="T:Microsoft.Office.InfoPath.XPathTypedValue"></see> object.</returns>
  2104.         </member>
  2105.     </members>
  2106. </doc>